@import url('https://fonts.cdnfonts.com/css/electrolux-sans');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Bases */
body {
    font-family: 'Electrolux Sans', sans-serif;
    box-sizing: border-box;
    max-width: 100vw !important;
}

h1, h2 {
    font-size: 40px;
}



/* tools */

.primary-btn {
    color: #011E41;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; 
    padding: 10px 24px;
    border: 1px solid #011E41;
    background: #FFF;
    cursor: pointer;
}


/* header */
.header {
    flex-wrap: wrap;
    background: #011E41;
    max-width: 100vw;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.header-content {
    display: flex;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}
.header .main-title {
    color: #FFF;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    flex-basis: 100%;
    margin: 40px auto;
    margin-top: 90px;
    z-index: 10;

}
.sub_main_text {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400; 
    line-height: 25px; /* 127.778% */
    z-index: 10;
}
.header-cta {
    margin-top: 40px;
}
.header-content_right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    padding: 0 20px;
    z-index: 2;
}
.header-content_left {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 2;
}
.header-img {
    flex-basis: 100%;
    padding: 0 20px;
}

.header-img > img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 65px;
}
.main_form {
    display: flex;
    flex-basis: 100%;
    padding: 40px 20px;
    background-color: #FFF;
    flex-wrap: wrap;
    max-width: 380px;
    display: flex;
    justify-content: center;
    z-index: 10;
}
.form-title {
    color: #354052;
    font-family: Electrolux Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    flex-basis: 100%;
    padding-bottom: 40px;
}
.wpcf7{
    flex-basis: 100%;
    max-width: 380px;
    margin: 0 auto;

}
.wpcf7-form-control {
    width: 85%;
}
.wpcf7 label {
    color: #353535;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    width: 100%;
}
.wpcf7-text {
    background-color: #F1F1F1;
    padding: 20px 23px;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wpcf7-textarea {
    background-color: #F1F1F1;
    border: none;
    margin-top: 10px;
    padding: 20px 23px;

}
.wpcf7-list-item {
    margin: 0;
}
.wpcf7-list-item > label  {
    display: flex;
    flex-wrap: nowrap;
    align-items: start;
}

.wpcf7-list-item > label > input {
    margin-right: 10px;
    
}
.last > label > input{
    border: none;
    background-color: #F1F1F1;
    outline: transparent;
}
.wpcf7-form-control-wrap{
    width: 100%;
} 
.wpcf7-submit {
    color: #011E41;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; 
    padding: 10px 24px;
    border: 1px solid #011E41;
    background: #FFF;
    cursor: pointer; 
    width: 100%;
}
.benefits {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    margin: 80px 0;
    padding: 0 20px;
}
.benefit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.benefit img {
    height: 60px;
}
.benefit  h4 {
    color: #FFF;
    text-align: center;
    font-family: Electrolux Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 15px 0;
    flex-basis: 100%;
}
.benefit  p {
    color: #FFF;
    text-align: center;
    font-family: Electrolux Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    flex-basis: 75%;
}

.review .review-content {
    padding: 60px 20px;

}

.review .review-content .swiper-button-prev .btn-mobile {
    rotate: 180deg;
}

.review .review-content .swiper-button-prev:after, .review .review-content .swiper-button-next:after {
    display: none;
}

.review .review-content .swiper-button-prev .btn-mobile, .review .review-content .swiper-button-next .btn-mobile {
    height: 40px;
}

.review .review-content #review-pagination {
    position: absolute;
    bottom: 70px;
    left: 50%;
}

.review .review-content #review-pagination .swiper-button-prev {
    right: 25px;
    left: auto;
}

.review .review-content #review-pagination .swiper-button-next {
    left: 25px;
    right: 0;
}

.review .review-content .btn-desktop {
    display: none;
}

.review .review-content .review-content-left {
    text-align: center;
    color: #011E41;
}

.review .review-content .review-content-left h2 {
    margin-bottom: 30px;
    font-family: Electrolux Sans;
    font-size: 48px;
    font-weight: 700;
    line-height: 54px;
}

.review .review-content .review-content-left p {
    margin-bottom: 30px;
    font-weight: 400;
    line-height: normal;
    font-family: Electrolux Sans;
    font-size: 18px;
}

.review .review-content .review-content-right .swiper-review {
    position: relative;
}

.review .review-content .review-content-right .swiper-review {
    overflow: hidden;
    width: 100%;
}

.review .review-content .review-content-right .swiper-slide {
    background: #011E41;
    height: auto;
}

.review .review-content .review-content-right .swiper-slide article {
    padding: 40px 20px 120px 20px;
}

.review .review-content .review-content-right .swiper-slide article img {
    height: 70px;
}

.review .review-content .review-content-right .swiper-slide article p {
    color: white;
    font-weight: 500;
    line-height: 32px;
    font-family: Poppins;
    font-size: 16px;
    text-align: center;
}

.review .review-content .review-content-right .swiper-slide article h3 {
    color: white;
    font-family: Electrolux Sans;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
}

.review .review-content .review-content-right .swiper-slide .profile-img {
    display: none;
}

footer {
    background: #E0E8EA;
}

footer .footer-container {
    padding: 40px 20px;
    text-align: center;
}

footer .footer-container p {
    color:  #1D191F;
    font-family: Electrolux Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 15px;
}

footer .footer-container .bottom p:nth-of-type(2) {
    margin-bottom: 0;
}

footer .footer-container .bottom a {
    text-decoration: none;
    color: #1D191F;
    font-family: Electrolux Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}


@media screen and (min-width: 850px) {
    .header-img {
        position: absolute;
        top: 0;
        right: -20px;
        z-index: 1;
    }
    .header-img > img {
        height: 500px;
    }
    .form-title {
        width: 100%;
        text-align: center;
    }
    .header .main-title {
        text-align: start;
    }
    .sub_main_text { 
        text-align: start;
    }
    .header-content {
        justify-content: flex-start;
    }
    .header-content_right  { 
        flex-basis: 45%;
        justify-content: flex-start;
    }
    .header-content_left {
        flex-basis: 100%;
        margin-top: 350px;
    }
    .main_form  {
        position: absolute;
        top: 50px;
        right: 5%;
        padding-bottom: 0;
        max-height: 850px;
    }
    .benefits {
        flex-basis: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    } 
    .benefit {
        flex-basis: 25%;
    }
    .wpcf7 {
        max-width: 440px;
        display: flex;
        justify-content: center; 
    }
    .wpcf7-submit {
        width: 60% !important;
        margin: 30px auto;
        position: relative;
        left: 30px;
        bottom: 0px;

    }
    .wpcf7-form p:nth-child(8) {
        display: flex;
        flex-wrap: nowrap;
    }
    .wpcf7-form p:nth-child(9) {
        display: flex;
        flex-basis: 100%;
        justify-content: center;
    }
    .wpcf7-form p:nth-child(9)
    .wpcf7 label {
        color: #353535;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        flex-basis: 100%;
        width: 100%;
    }
    .wpcf7-text {
        background-color: #F1F1F1;
        padding: 10px 23px;
        border: none;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    
    .wpcf7-textarea {
        background-color: #F1F1F1;
        border: none;
        margin-top: 5px;
        padding: 10px 23px;
    
    }
    .form-title {
        padding-bottom: 20px;
    }
    
}
@media screen and (min-width: 900px) {

    .main_form  {
        right: 50px;
    }

    .review .review-content {
        display: flex;
        max-width: 1200px;
        margin: 0 auto;
        padding: 80px 20px;
        justify-content: space-between;
    }

    .review-content-left, .review-content-right {
        width: 48%;
    }

    .review .review-content .review-content-left {
        text-align: left;
        z-index: 99;
    }

    .review .review-content .review-content-left p {
        color: #666;
        font-size: 16px;
        line-height: 29px;
    }

    .review .review-content .review-content-right .swiper-slide {
        background: white;
    }

    .review .review-content .review-content-right .swiper-slide article {
        padding: 40px 40px 30px 40px;
        position: relative;
        box-shadow: 0px 1.85185px 3.14815px 0px rgba(0, 0, 0, 0.00), 0px 8.14815px 6.51852px 0px rgba(0, 0, 0, 0.01), 0px 20px 13px 0px rgba(0, 0, 0, 0.01), 0px 38.51852px 25.48148px 0px rgba(0, 0, 0, 0.01), 0px 64.81481px 46.85185px 0px rgba(0, 0, 0, 0.02), 0px 100px 80px 0px rgba(0, 0, 0, 0.02);
    }

    .review .review-content .review-content-right .swiper-slide article p {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
        color: #444;
        text-align: left;
    }

    .review .review-content .review-content-right .swiper-slide article h3 {
        color: #011E41;
        font-size: 18px;
        font-weight: 600;
        text-align: left;
    }

    .review .review-content .review-content-right .swiper-review {
        height: 100%;
        padding: 40px;
    }

    .review .review-content #review-pagination {
        overflow: visible;
        /*left: -90%;*/
        z-index: 999;
        /*bottom: 10px;*/
    }

    .review .review-content #review-pagination .btn-mobile {
        display: none;
    }

    .review .review-content #review-pagination .btn-desktop {
        display: block;
    }

    .review .review-content #review-pagination .swiper-button-prev .btn-desktop {
        rotate: 180deg;
    }

    .review .review-content #review-pagination .btn-desktop {
        height: 40px;
    }

    .review .review-content .review-content-right .swiper-slide .profile-img {
        display: block;
        position: absolute;
        top: -25px;
        left: -25px;
        height: 68px;
    }

    .review .review-content .review-content-right .swiper-slide .apostrophe {
        display: none;
    }


    footer .footer-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 80px 20px;
    }

    footer .footer-container p {
        color: #666;
        font-size: 16px;
    }

    footer .footer-container .top  {
        border-bottom: 1px solid rgba(153, 153, 153, 0.56);;
    }

    footer .footer-container .top p {
        margin-bottom: 30px;
    }

    footer .footer-container .bottom  {
        display: flex;
        justify-content: space-between;
        padding-top: 30px;
    }

    footer .footer-container .bottom p {
        margin-bottom: 0;
    }

    footer .footer-container .bottom a {
        color: #666;
        font-size: 16px;
    }


}

@media screen and (min-width: 1100px) {
    .header-img {
        position: absolute;
        top: 0;
        right: -20px;
        z-index: 1;
    }
    .header-img > img {
        height: 700px;
    }
    .form-title {
        width: 100%;
        text-align: center;
    }
    .header .main-title {
        text-align: start;
        font-size: 64px;
        line-height: 75px;
    }
    .sub_main_text { 
        text-align: start;
        line-height: 35px;
    }
    .header-content {
        justify-content: flex-start;
    }
    .header-content_right  { 
        flex-basis: 45%;
        justify-content: flex-start;
    }
    .header-content_left {
        margin-top: 200px;
        flex-basis: 100%;
    }
    .main_form  {
        position: absolute;
        top: 40px;
        right: 12%;
        max-width: 500px;
        display: flex;
        justify-content: center;
        padding-bottom: 0;
        max-height: 740px;
    }
    .benefits {
        flex-basis: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    } 
    .benefit {
        flex-basis: 18%;
    }
    .wpcf7{
        flex-basis: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .benefit  p {
        flex-basis: 90%;
    }
    .wpcf7-form-control {
        width: 90%;
    }
    .wpcf7-textarea {
        max-height: 70px;
    }
    
}

/* Product */

.product {
    display: flex;
    width: 100%;
}

.product_content {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    max-width: 1200px;
    margin: 70px auto;
    flex-wrap: wrap;
    padding: 0 20px;
    
}
.product_content_right {
    flex-basis: 100%;
    order: 1;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.product_content_right h2 {
    flex-basis: 100%;
    text-align: center; 
    font-weight: bold;
    font-size: 34px;
    color: #011E41;
    margin: 15px 0;
    line-height: 45px;
}
.product_content_right p {
    flex-basis: 100%;
    text-align: center;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    margin: 15px 0;
}
.product_content_right a {
    color: #011E41;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; 
    padding: 10px 24px;
    border: 1px solid #011E41;
    background: #FFF;
    cursor: pointer;
    margin: 30px 0;
    text-decoration: none;
    align-items: center;
    display: flex;
}
.product_content_left {
    display: flex;
    justify-content: center;
    order: 2;
    margin: 20px 0;
}

.product_image img {
    height: 303px;
}
@media screen and (min-width: 1100px) {
    .product_content_left, .product_content_right {
        flex-basis: 48%;
    }
    .product_content_left {
        order: 1;
    }
    .product_content_right {
        order: 2;
        justify-content: flex-start;
        max-height: 350px;
    }
    .product_image img {
        height: 400px;
    }
    .product_content_right h2 {
        text-align: start;
    }
    .product_content_right p {
        text-align: start;
    
    }
    .product_content_right a {
        margin: 10px 0;
    }
    
}

/* product description */


.product_description {
    display: flex;
    background-color: #7D899A;
    width: 100%;
}
.product_description-content {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    margin: 80px auto;
    max-width: 1200px;
}
.product_description-content_heading {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    
}
.product_description-content_heading h2 {
    color: #FFF;
    text-align: center;
    font-family: Electrolux Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}


.product_description-content_heading  span {
    color: #FFF;
    text-align: center;
    font-family: Electrolux Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}
@media screen and (min-width: 1200px) {
    .product_description-content_heading h2 {
        text-align: start;
        color: #FEFBFB;
        font-size: 40px;
        line-height: 54px;
    }
    .product_description-content_heading  span {
        font-size: 40px;
        line-height: 54px;
        text-align: start;
    }
    .product_description-content_heading {
        justify-content: flex-start;
        margin-top: 130px;
    }
}
.product_description-content_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-basis: 100%;
    padding: 20px;
}
.product_description-content_left {
    color: #FEFBFB;
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
}
.product_description-content_right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-basis: 100%;
}
.product_description-content_right .card {
    flex-basis: 100%;
    background: #FFF;
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
    display: flex;
}
.product_description-content_right .card p {
    color: #011E41;
    font-family: Electrolux Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    display: flex;
    flex-basis: 100%;
    padding: 40px;
}
.product_description-content_left h3 {
    color: #FFF;
    text-align: center;
    font-family: Electrolux Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    width: 100%;
    margin: 20px auto;
}

.product_description-content_left p {
    color: #FFF;
    font-family: Electrolux Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    margin: 20px 0;
}

.product_description-content_left h4 {
    color: #FFF;
    font-family: Electrolux Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.product_description-content_left ul {
    padding: 20px;
}
.product_description-content_left li {
    list-style: disc;
    color: #FFF;
    font-family: Electrolux Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.product_description-content_right  {
    margin-top: 30px;
}

.sme {
    display: flex;
    width: 100%;
}
.sme-content {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    margin: 0 auto;
    max-width: 1200px;
    margin-top: 80px;
}
.sme-heading {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}
.sme-heading h2 {
    color: #011E41;
    text-align: center;
    font-family: Electrolux Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px; 
    margin: 65px 0;
}
.sme-logo {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
}

.sme-logo img {
    height: 130px;
}
.sme-body {
    display: flex;
    flex-basis: 100%;
    padding: 0 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 65px;
}
.sme-body div div {
    display: flex;
    flex-basis: 100%;
}
.sme-body div div img {
    width: 100%;
    object-fit: cover;
}
.sme-body-letf {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
}
.sme-body-right {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
}
.sme-body-letf_content {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
}
.sme-body-right_content, .sme-body-left_content {
    display: flex;
    flex-wrap: wrap; 
    flex-basis: 100%;
    margin-top: 60px;
}   

.sme-body h3 {
    color: #011E41;
    font-family: Electrolux Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px; 
    flex-basis: 100%;
}
.sme-body .sme-body-letf_content h3 {
    margin-top: 65px;
}
.phone {
    display: flex;
    padding: 14px 25px;
    justify-content: center;
    align-items: center;
    border: 1px solid #011E41;
    color: #021F41;
    font-family: Electrolux Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 177.778% */
    text-decoration-line: underline;
    margin: 45px auto;
}
.sme-body ul {
    margin-top:  20px;
}
.sme-body li {
    list-style: disc;
    margin-left:  20px;
    color: #011E41;
    /* Paragraph-18px */
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
}
.sme-body-right_content li:first-child {
    font-weight: bold;
}
.order1 {
    order: -1;
}
@media screen and (min-width: 850px) {
    .product_description-content_body  {
        margin-top: 60px;
    }
    .product_description-content_right .card {
        flex-basis: 48%;
    }
    .product_description-content_right > .card p  {
        line-height: 34px;
        font-size: 16px;
    }
    .product_description-content_left {
        flex-basis: 35%;
    }
    .product_description-content_right {
        flex-basis: 60%;
    }
    .product_description-content_left h3  {
       text-align: start;
    }
    .sme-heading {
        justify-content: flex-start;
        align-items: center;
    }
    .sme-logo {
        flex-basis: 20%;
        position: relative;
        bottom: 20px;
    }
    
    .sme-logo img {
        height: 130px;
        margin-right: 30px;
    }
    .sme-heading h2 {
        flex-basis: 70%;
        text-align: start;
        margin: 0;
    }
    .sme-body-letf , .sme-body-right {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .sme-body-letf  {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .sme-body-letf_content  {
        flex-basis: 48%;
    }
    .sme-body-right_content {
        flex-basis: 48%;
    }
    .order1 {
        order: 1;
    }
    .sme-body div div {
        flex-basis: 45%;
    }
    .sme-body div div  img {
        height: 360px;
    }
    .phone {
        display: none;
    }
    .sme-body .sme-body-letf_content h3 {
        margin-top: 0;
    }
}


.about {
    background-image: url(https://ecowater.wimpl.tech/wp-content/uploads/2023/09/f2218a5f1f21170eb9841776331f3aed-scaled.jpeg);
    background-position: 10% 20%;
    display: flex;
    width: 100%;
}
.about-content {
    display: flex;
    flex-basis: 100%;
    max-width: 1200px;
    margin: 80px auto;
    flex-wrap: wrap;
    padding: 0 20px;

}
.about h2 {
    color: #FEFBFB;
    font-family: Electrolux Sans;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    flex-basis: 100%;
    text-align: center;
}
.about p {
    color: #FEFBFB;
    text-align: center;
    /* Paragraph-18px */
    font-family: Electrolux Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    flex-basis: 100%;
}

.about .card-container {
    display: flex;
    flex-basis: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 65px;
}
.about .card-container .card {

    flex-basis: 100%;
    background-color: white;
    padding: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;

}
.about .card-container .card h3 {
    font-family: Electrolux Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    color : #222;
    flex-basis: 100%;
    margin-bottom: 15px;
    display: flex;
} 
.about .card-container .card p {
    font-family: Electrolux Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color : #666;
    flex-basis: 100%;
    text-align: start;
    display: flex;
}
@media screen and (min-width: 850px) {
    .about .card-container .card  {
        flex-basis: 25%;
    }
    .about-content >  p {
        margin: 20px auto;
        flex-basis: 70%;
    } 
}

