body {
	margin: 0;
	padding: 0;
}

.content-page {
    margin: 0 auto;
}

.lil-title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 0 0 0 20px;
    padding: 40px 0 0 0;
}

hr {
    border: 1px solid #F2F2F2;
    padding: 0;
    margin: 20px 0 0 80px;
}


.benefits {
    margin: 40px 0 0 0;
    max-width: 100%;
    background-image: url('https://madeindream.com/image/data/products/sous-vide/rawmid-modern-rms-03/description-2020-new/1.webp');
    padding: 50px 0 50px 80px;
}

.benefits img {
    max-width: 100%;
}

.about-suvid {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}

@media (min-width: 320px){
    .suvid-about-txt {
        margin: 20px 0 0 20px;
    }

    .suvid-about-title {
        display: block;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 135%;
        color: #000000;
    }

    .suvid-about-desc {
        display: block;
        margin: 20px 0 0 0;
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 135%;
        color: #000000;
    }

    .about-suvid-2 {
        margin: 50px 0 0 0;
        padding: 0;
        max-width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        background: radial-gradient(118.01% 118.01% at 50% 0%, #0B4358 0%, #0B2731 100%);
        border-radius: 0 0 0 200px;
    }

    .suvid-about-txt-2 {
        color: #FFFFFF;
        margin: 35px 20px 40px 20px;
    }

    .suvid-about-title-2 {
        display: block;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 135%;
    }

    .suvid-about-desc-2 {
        display: block;
        margin: 20px 0 0 0;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 135%;

    }

    .features {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0;
        margin: 40px auto 0 auto;

    }

    .features-background {
        background-image: url(img/38.svg);
        background-repeat: no-repeat;
        background-position: left -240px;
    }

    .feature {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }

    .feature-img img {
        width: 100%;
    }

    .feature:nth-child(even) {
        margin: 0;
    }

    .feature:nth-child(even) > .feature-img {
        order: -1;
        margin: 0;
        height: auto;
    }

    .feature:nth-child(odd) > .feature-img {
        margin: 0;
        height: auto;
    }

    .feature:last-child > .feature-img {
        order: -1;
        margin: 0;
        height: auto;
    }

    .feature-text {
        padding: 40px 20px 0 20px;

    }

    .feature-text-title {
        display: block;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 36px;
        line-height: 115%;
        color: #000000;
        max-width: 510px;
    }

    .feature-text-desc {
        display: block;
        margin: 10px 0 60px 0;
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 135%;
        color: #000000;
        max-width: 100%;

    }

    .feature-wide {
        max-width: 980px;
        margin: 0 auto 0 auto;
    }

    .feature-wide > .feature-text {
        padding: 40px 20px 0 20px;
    }


    .feature-wide img{
        max-width: 100%;
    }

    .feature-wide > .feature-img {
        margin: 0;
    }

    .feature-wide > .feature-text > .feature-text-desc {
        max-width: 700px;
    }


    .lil-cards {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;

        max-width: 100%;
        padding: 0;
        margin: 40px 0 0 0;
    }

    .card:nth-child(even) {
        margin: 0 0 40px 00px;
    }

    .lil-card-img-desc {
        display: flex;
        flex-direction: column;
    }

    .lil-card-desc {
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 135%;
        color: #000000;
        display: block;
        max-width: 100%;
        margin: 15px 0 0 10px;
    }

    .ill-card-title {
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 135%;
        color: #000000;
        margin: 20px 0 20px 20px;
    }

    .lil-cards-v {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%;
        margin: 0 auto 0 auto;


    }

    .lil-card-v {
        max-width: 100%;
        margin: 40px 20px 0 20px;
        background: #F2F2F2;
    }

    .lil-card-v:first-child {
        margin: 40px 20px 0 20px;
    }

    .lil-card-v > .lil-card-desc {
        margin: 0 0 20px 20px;
        width: 280px;
    }

    .comlect {
        margin: 20px auto 0 auto;

    }

    .comlect img {
        width: 100%;
    }

    .how-to {
        margin: 40px auto 0 auto;
        max-width: 100%;
    }

    .step {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        background: #F2F2F2;
        height: auto;
        justify-content: space-between;

    }

    .step:nth-child(even) > .img-step {
        order: -1;
    }

    .step:nth-child(even) > .step-text{
        text-align: left;
    }

    .img-step img{
        max-width: 100%;
    }

    .step-text{
        display: flex;
        flex-direction: column;
        justify-content: start;
        max-width: 100%;
        padding: 20px;
    }

    .step-text-number {
        display: block;
        font-family: Open Sans;
        font-style: italic;
        font-weight: 600;
        font-size: 96px;
        line-height: 100%;
        color: #000000;
    }
    .step-text-title {
        display: block;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 135%;
        color: #000000;
        margin: 20px 0 0 0;
    }

    .step-text-desc {
        display: block;
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 135%;
        color: #000000;
        margin: 10px 0 60px 0;
    }

    .food-variants {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        max-width: 100%;
        margin: 0 auto 0 auto;
    }

    .food-variant {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        margin: 20px 0 0 0;
    }

    .food-varian-img{
        max-width: 100%;
        overflow: hidden;
    }

    .food-variant-text {
        display: block;
        padding: 20px;
        background: #F2F2F2;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 135%;
        color: #000000;
    }
}


@media (min-width: 400px){
    hr {
        margin: 20px 0 0 20px;
    }

    .benefits {
        padding: 50px 0 50px 20px;
    }

    .about-suvid {
        flex-direction: column;
    }

    .suvid-about-title {
        display: block;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 135%;
        color: #000000;
    }

    .suvid-about-desc {
        display: block;
        margin: 20px 0 0 0;
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 135%;
        color: #000000;
    }

    .about-suvid-2 {
        margin: 50px 0 0 0;
        padding: 0;
        max-width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        background: radial-gradient(118.01% 118.01% at 50% 0%, #0B4358 0%, #0B2731 100%);
        border-radius: 0 0 0 200px;
    }

    .suvid-about-txt-2 {
        max-width: 700px;
        color: #FFFFFF;
        margin: 35px 20px 40px 20px;
    }

    .suvid-about-title-2 {
        display: block;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 135%;
    }

    .suvid-about-desc-2 {
        display: block;
        margin: 20px 0 0 0;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 135%;

    }

    .features {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0;
        margin: 40px auto 0 auto;

    }

    .features-background {
        background-image: url(img/38.svg);
        background-repeat: no-repeat;
        background-position: left -240px;
    }

    .feature {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }

    .feature-img img {
        width: 100%;
    }

    .feature:nth-child(even) {
        margin: 0;
    }

    .feature:nth-child(even) > .feature-img {
        order: -1;
        margin: 0;
        height: auto;
    }

    .feature:nth-child(odd) > .feature-img {
        margin: 0;
        height: auto;
    }

    .feature:last-child > .feature-img {
        order: -1;
        margin: 0;
        height: auto;
    }

    .feature-text {
        padding: 40px 20px 0 20px;

    }

    .feature-text-title {
        display: block;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 36px;
        line-height: 115%;
        color: #000000;
    }

    .feature-text-desc {
        display: block;
        margin: 10px 0 60px 0;
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 135%;
        color: #000000;
        max-width: 100%;

    }

    .feature-wide {
        margin: 0 auto 0 auto;
    }

    .feature-wide > .feature-text {
        padding: 40px 20px 0 20px;
    }


    .feature-wide img{
        max-width: 100%;
    }

    .feature-wide > .feature-img {
        margin: 0;
    }


    .lil-cards {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%;
        padding: 0;
        margin: 40px 0 0 0;
    }

    .card:nth-child(even) {
        margin: 0 0 40px 00px;
    }

    .lil-card-img-desc {
        display: flex;
        flex-direction: row;
    }

    .lil-card-desc {
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 135%;
        color: #000000;
        display: block;
        margin: 0 0 0 10px;
    }

    .ill-card-title {
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 135%;
        color: #000000;
        margin: 20px 0 20px 20px;
    }

    .lil-cards-v {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto 0 auto;


    }

    .lil-card-v {
        margin: 40px 20px 0 20px;
        background: #F2F2F2;
    }

    .lil-card-v:first-child {
        margin: 40px 20px 0 20px;
    }

    .lil-card-v > .lil-card-desc {
        margin: 0 0 20px 20px;
        width: 195px;
    }

    .comlect {
        margin: 20px auto 0 auto;

    }

    .comlect img {
        width: 100%;
    }

    .how-to {
        margin: 40px auto 0 auto;
        max-width: 100%;
    }

    .step {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        background: #F2F2F2;
        height: auto;
        justify-content: space-between;

    }

    .step:nth-child(even) > .img-step {
        order: -1;
    }

    .step:nth-child(even) > .step-text{
        text-align: left;
    }

    .img-step img{
        max-width: 100%;
    }

    .step-text{
        display: flex;
        flex-direction: column;
        justify-content: start;
        max-width: 100%;
        padding: 20px;
    }

    .step-text-number {
        display: block;
        font-family: Open Sans;
        font-style: italic;
        font-weight: 600;
        font-size: 96px;
        line-height: 100%;
        color: #000000;
    }
    .step-text-title {
        display: block;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 135%;
        color: #000000;
        margin: 20px 0 0 0;
    }

    .step-text-desc {
        display: block;
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 135%;
        color: #000000;
        margin: 10px 0 60px 0;
    }

    .food-variants {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin: 0 auto 0 auto;
    }

    .food-variant {
        display: flex;
        flex-direction: column;
        margin: 20px 0 0 0;
    }

    .food-variant-text {
        display: block;
        padding: 20px;
        background: #F2F2F2;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 135%;
        color: #000000;
    }


}


@media (min-width: 780px) {
    .lil-title {
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 135%;
        letter-spacing: 0.01em;
        color: #000000;
        margin: 0 0 0 60px;
        padding: 40px 0 0 0;
    }

    .suvid-about-title {
        display: block;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 135%;
        color: #000000;
    }

    .suvid-about-desc {
        display: block;
        margin: 20px 0 0 0;
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 135%;
        color: #000000;
    }

    .about-suvid-2 {
        margin: 50px 0 0 0;
        padding: 0;
        max-width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        border-radius: 0;
        background: radial-gradient(118.01% 118.01% at 50% 0%, #0B4358 0%, #0B2731 100%);
    }

    .suvid-about-txt-2 {
        color: #FFFFFF;
        margin: 35px 0 0 20px;
    }

    .suvid-about-title-2 {
        display: block;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 135%;
    }

    .suvid-about-desc-2 {
        display: block;
        margin: 20px 0 0 0;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 135%;
    }

    .features {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0;
        margin: 40px auto 0 auto;

    }

    .features-background {
        background-image: url(img/38.svg);
        background-repeat: no-repeat;
        background-position: left -240px;
    }

    .feature {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }

    .feature:nth-child(even) {
        margin: 0;
    }

    .feature:nth-child(even) > .feature-img {
        order: -1;
        margin: 0;
    }

    .feature:nth-child(odd) > .feature-img {
        margin: 0;
        height: auto;
    }

    .feature:last-child > .feature-img {
        order: -1;
        margin: 0;
        height: auto;
    }

    .feature-text {
        padding: 40px 0 0 0;

    }

    .feature-text-title {
        display: block;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 36px;
        line-height: 115%;
        color: #000000;
    }

    .feature-text-desc {
        display: block;
        margin: 10px 0 60px 0;
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 135%;
        color: #000000;

    }

    .feature-wide {
        margin: 0 auto 0 auto;
    }

    .feature-wide > .feature-text {
        padding: 40px 0 0 40px;
    }


    .feature-wide img{
        max-width: 100%;
    }

    .feature-wide > .feature-img {
        margin: 0;
    }

    .lil-cards {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;

        max-width: 100%;
        padding: 0;
        margin: 40px 0 0 0;
    }

    .lil-card-img-desc {
        display: flex;
        flex-direction: row;
    }

    .lil-card-desc {
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 135%;
        color: #000000;
        display: block;
        margin: 0 0 0 40px;
    }

    .ill-card-title {
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 135%;
        color: #000000;
        margin: 20px 0 20px 20px;
    }

    .lil-cards-v {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto 0 auto;


    }

    .lil-card-v {
        margin: 40px 20px 0 20px;
        background: #F2F2F2;
    }

    .lil-card-v:first-child {
        margin: 40px 20px 0 20px;
    }

    .lil-card-v > .lil-card-desc {
        margin: 0 0 20px 20px;
    }

    .comlect {
        margin: 20px auto 0 auto;

    }

    .comlect img {
        width: 100%;
    }

    .how-to {
        margin: 40px auto 0 auto;
    }

    .step {
        max-width: 100%;
        display: flex;
        flex-direction: row;
        background: #F2F2F2;
        justify-content: space-between;

    }

    .step:nth-child(even) > .img-step {
        order: 2;
    }

    .step:nth-child(even) > .step-text{
        text-align: right;
    }

    .step-text{
        display: flex;
        flex-direction: column;
        justify-content: start;
        padding: 40px;
    }

    .step-text-number {
        display: block;
        font-family: Open Sans;
        font-style: italic;
        font-weight: 600;
        font-size: 96px;
        line-height: 100%;
        color: #000000;
    }
    .step-text-title {
        display: block;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 135%;
        color: #000000;
        margin: 20px 0 0 0;
    }

    .step-text-desc {
        display: block;
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 135%;
        color: #000000;
        margin: 10px 0 0 0;
    }

    .food-variants {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin: 0 auto 0 auto;
    }

    .food-variant {
        display: flex;
        flex-direction: column;
        margin: 20px 0 0 40px;
    }

    .food-variant-text {
        display: block;
        padding: 20px;
        background: #F2F2F2;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 135%;
        color: #000000;
    }


}

@media (min-width: 1000px){
    .lil-title {
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 135%;
        letter-spacing: 0.01em;
        color: #000000;
        margin: 0 0 0 60px;
        padding: 40px 0 0 0;
    }

    hr {
        margin: 20px 0 0 60px;
    }

    .suvid-about-txt {
        margin: 0 0 0 40px;
    }

    .suvid-about-title {
        display: block;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 135%;
        color: #000000;
    }

    .suvid-about-desc {
        display: block;
        margin: 20px 0 0 0;
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 135%;
        color: #000000;
    }

    .about-suvid-2 {
        margin: 50px 0 0 0;
        padding: 0;
        max-width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        border-radius: 0;
        background: radial-gradient(118.01% 118.01% at 50% 0%, #0B4358 0%, #0B2731 100%);
    }

    .suvid-about-txt-2 {
        color: #FFFFFF;
        margin: 35px 0 0 40px;
    }

    .suvid-about-title-2 {
        display: block;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 135%;
    }

    .suvid-about-desc-2 {
        display: block;
        margin: 20px 0 0 0;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 135%;
    }

    .features {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0;
        margin: 40px auto 0 auto;

    }

    .features-background {
        background-image: url(img/38.svg);
        background-repeat: no-repeat;
        background-position: left -240px;
    }

    .feature {
        max-width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;

    }

    .feature:nth-child(even) {
        margin: 0;
        text-align: right;
    }

    .feature:nth-child(even) > .feature-img {
        order: 2;
    }

    .feature:nth-child(odd) > .feature-img {
        margin: 0;
    }

    .feature:last-child > .feature-img {
        order: 2;
    }

    .feature-text {
        padding: 40px 40px 0 40px;

    }

    .feature-text-title {
        display: block;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 36px;
        line-height: 115%;
        color: #000000;
    }

    .feature-text-desc {
        display: block;
        margin: 10px 0 60px 0;
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 135%;
        color: #000000;

    }

    .feature-wide > .feature-text {
        padding: 40px 0 0 0;
    }

    .feature-wide {
        margin: 0 auto 0 auto;
    }

    .feature-wide img{
        max-width: 100%;
    }

    .feature-wide > .feature-img {
        margin: 0;
    }

    .lil-cards {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%;
        padding: 0;
        margin: 40px 0 0 0;
    }

    .lil-card-img-desc {
        display: flex;
        flex-direction: row;
    }

    .lil-card-desc {
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 135%;
        color: #000000;
        display: block;
        margin: 0 0 0 40px;
    }

    .ill-card-title {
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 135%;
        color: #000000;
        margin: 20px 0 20px 20px;
    }

    .lil-cards-v {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto 0 auto;


    }

    .lil-card-v {
        margin: 40px 20px 0 20px;
        background: #F2F2F2;
    }

    .lil-card-v:first-child {
        margin: 40px 20px 0 20px;
    }

    .lil-card-v > .lil-card-desc {
        margin: 0 0 20px 20px;
    }

    .comlect {
        margin: 20px auto 0 auto;
        width: 100%;
    }

    .comlect img {
        width: 100%;
    }

    .how-to {
        margin: 40px auto 0 auto;
    }

    .step:nth-child(even) > .img-step {
        order: 2;
    }

    .step:nth-child(even) > .step-text{
        text-align: right;
    }

    .step-text{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 40px;
    }

    .step-text-number {
        display: block;
        font-family: Open Sans;
        font-style: italic;
        font-weight: 600;
        font-size: 96px;
        line-height: 100%;
        color: #000000;
    }
    .step-text-title {
        display: block;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 135%;
        color: #000000;
        margin: 20px 0 0 0;
    }

    .step-text-desc {
        display: block;
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 135%;
        color: #000000;
        margin: 10px 0 0 0;
    }

    .food-variants {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin: 0 auto 0 auto;
    }

    .food-variant {
        display: flex;
        flex-direction: column;
        margin: 20px 0 0 40px;
    }

    .food-variant-text {
        display: block;
        padding: 20px;
        background: #F2F2F2;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 135%;
        color: #000000;
    }


}

@media (min-width: 1300px) {
    .suvid-about-txt {
        margin: 0 0 0 40px;
    }

    .suvid-about-title {
        display: block;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 135%;
        color: #000000;
    }

    .suvid-about-desc {
        display: block;
        margin: 20px 0 0 0;
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 135%;
        color: #000000;
    }

    .about-suvid-2 {
        margin: 50px 0 0 0;
        padding: 0;
        max-width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        border-radius: 0;
        background: radial-gradient(118.01% 118.01% at 50% 0%, #0B4358 0%, #0B2731 100%);
    }

    .suvid-about-txt-2 {
        color: #FFFFFF;
        margin: 35px 0 0 80px;
    }

    .suvid-about-title-2 {
        display: block;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 135%;
    }

    .suvid-about-desc-2 {
        display: block;
        margin: 20px 0 0 0;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 135%;
    }

    .features {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        padding: 0 0 0 80px;
        margin: 40px 0 0 0;

    }



    .features-background {
        background-image: url('img/38.svg');
        background-repeat: no-repeat;
        background-position: left -240px;
    }

    .feature {
        display: flex;
        flex-direction: column;
        justify-content: space-around;

    }

    .feature:nth-child(even) {
        margin: 0 0 0 40px;
        text-align: left;
    }

    .feature:nth-child(even) > .feature-img {
        order: 1;
        margin: 20px 0 80px 0;

    }

    .feature:nth-child(odd) > .feature-img {
        margin: 0 0 20px 0;
    }

    .feature:last-child > .feature-img {
        order: 2;
        margin: 20px 0 20px 0;
    }

    .feature-text {
        padding: 0;

    }

    .feature-text-title {
        display: block;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 36px;
        line-height: 115%;
        color: #000000;
    }

    .feature-text-desc {
        display: block;
        margin: 20px 0 0 0;
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 135%;
        color: #000000;
    }

    .feature-wide {
        margin: 40px 0 0 80px ;
    }

    .feature-wide > .feature-img {
        margin: 20px 0 0 0;
    }

    .feature-wide img{
        max-width: 100%;
    }

    .feature-wide > .feature-text {
        padding: 40px 0 0 0;
    }



    .lil-cards {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0 0 0 80px;
        margin: 40px 0 0 0;
    }
    .lil-card-img-desc {
        display: flex;
        flex-direction: row;
    }

    .lil-card-desc {
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 135%;
        color: #000000;
        display: block;
        margin: 0 0 0 40px;
    }

    .ill-card-title {
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 135%;
        color: #000000;
        margin: 20px 0 20px 20px;
    }

    .lil-cards-v {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 0 0 80px;


    }

    .lil-card-v {
        margin: 0 0 0 40px;
        background: #F2F2F2;
    }

    .lil-card-v:first-child {
        margin: 0;
    }

    .lil-card-v > .lil-card-desc {
        margin: 0 0 20px 20px;
    }

    .comlect {
        margin: 20px 0 0 80px;
    }

    .comlect img {
        width: auto;
    }

    .how-to {
        margin: 40px 0 0 80px;
    }

    .step:nth-child(even) > .img-step {
        order: 2;
    }

    .step:nth-child(even) > .step-text{
        text-align: right;
    }

    .step-text{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 40px;
    }

    .step-text-number {
        display: block;
        font-family: Open Sans;
        font-style: italic;
        font-weight: 600;
        font-size: 96px;
        line-height: 100%;
        color: #000000;
    }
    .step-text-title {
        display: block;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 135%;
        color: #000000;
        margin: 20px 0 0 0;
    }

    .step-text-desc {
        display: block;
        font-family: Open Sans;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 135%;
        color: #000000;
        margin: 10px 0 0 0;
    }

    .food-variants {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin: 0 0 0 40px;
    }

    .food-variant {
        display: flex;
        flex-direction: column;
        margin: 20px 0 0 40px;
    }

    .food-variant-text {
        display: block;
        padding: 20px;
        background: #F2F2F2;
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 135%;
        color: #000000;
    }
}
