﻿.about_banner {
    padding-top:  clamp(30px, 10vw, 90px);
    padding-bottom: clamp(50px, 10vw, 145px);
    background: url(../images/about-header.jpg) no-repeat center;
    background-size: cover;
}
.about_banner .container_max > div {
    max-width: 430px;
}
.about_banner h1 {
 font-size: clamp(24px, 3.5vw, 50px);
 line-height: clamp(30px, 4.5vw, 67px);
 margin-bottom: clamp(20px, 2vw, 50px);
}
.about_banner h3 {
    font-size: 16px;
    line-height: 38px;
    margin-bottom: 10px;
}
.about_banner p {
    font-size: clamp(14px, 1vw, 20px);
    line-height: clamp(20px, 2vw, 33px);
}

.about_intro {
    padding: clamp(40px, 4vw, 110px) 0;
}
.about_intro .image_wrapper {
    max-width: 660px;
    width: 50%;
    padding-right: 30px;
}
.about_intro .image_wrapper img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.about_intro .content_wrapper {
    max-width: 580px;
    width: 50%;
}
.about_intro .content_wrapper h3 {
        color: #000;
        font-family: 'Droid Serif';
        font-size: clamp(18px, 3vw, 31px);
        line-height: clamp(26px, 3vw, 42px);
        margin-bottom: clamp(15px, 2vw, 30px);
}
.about_intro .content_wrapper p {
    font-size: 16px;
}

@media (max-width:1024px) {
    .about_intro {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .about_intro .image_wrapper {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        max-width: auto;
    }
    .about_intro .content_wrapper {
        width: 100%;
        padding-top: 30px;
        max-width:  100% !important;
    }
}

.about-us .home_catalogs .content_wrapper {
    padding: 20px 3vw;

}

.about-us .home_catalogs {
    margin-bottom: 0;
}
.about-us .home_catalogs .content_wrapper h3 {
    color: #000;
    font-family: 'Droid Serif';
    font-size: clamp(18px, 3vw, 31px);
    line-height: clamp(26px, 3vw, 42px);
    margin-bottom: clamp(15px, 2vw, 30px);
}
.about_showrooms {
    padding-top:  clamp(30px, 5vw, 50px);
    padding-bottom: clamp(30px, 5vw, 85px);
}

.about_showrooms h3 {
    font-size: 16px;
    line-height: 26px;
    background: url(images/location_pin.svg) no-repeat center left;
    padding-left: 30px;
    margin-bottom:  clamp(20px, 5vw, 50px);
}
.about_showrooms .showrooms_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 0px;
        margin-bottom: 40px;
}
.about_showrooms .showrooms_list img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 20px;
}
.about_showrooms .showrooms_list h4 {
    font-size: 24px;
    line-height: 38px;
}
.about_showrooms .showrooms_list .showroom_address {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.about_showrooms .showrooms_list .showroom_contact {
    color: #949494;
}

@media (max-width: 768px) {
    .about_showrooms .showrooms_list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 40px;
}
.about-us .home_catalogs .content_wrapper div {
    max-width: 100%;
}
}

.about_middle_banner {
    background: url(../images/about_us4.png) no-repeat center;
    background-size: cover;
    padding: clamp(40px, 10vw, 130px) 0;
}
.about_middle_banner .container_max > div {
    max-width: 850px;
    margin: 0 auto;
    font-size: clamp(18px, 2.5vw, 22px);
    line-height: clamp(26px, 3.5vw, 36px);
}

.about_phillips_stats {
    padding-top: clamp(20px, 3vw, 50px);
    padding-bottom: clamp(40px, 4vw, 115px);
}

.about_phillips_stats h3 {
    font-size: clamp(24px, 2.5vw, 30px);
    line-height: clamp(30px, 3.5vw, 45px);
    margin-bottom: clamp(20px, 2.5vw, 30px);

}
.about_phillips_stats p {
    max-width: 480px;
    color: #7F7F7F;
    font-size: 16px;
    line-height: 26px
}
.about_phillips_stats .stats {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 50px;
    border-right: 1px solid #B6B6B6;
}
.about_phillips_stats .stats > div {
    width: 25%;
    text-align: center;
    border-left:  1px solid #B6B6B6;
    padding: 40px 0;
}
.about_phillips_stats .stats .count {
    font-family: "Droid Serif";
    font-size: clamp(26px, 4vw, 60px) ;
    line-height: 60px; 
    margin-bottom: 20px;
}
@media (max-width: 768px) { 
    .about_phillips_stats .stats  {
        flex-wrap: wrap;
        border-right: none;
    }
    .about_phillips_stats .stats > div {
        width: 49%;
        margin-bottom: 30px;
        padding: 30px 0;
    }

    .about_phillips_stats .stats > div:nth-child(2n+2),
    .about_phillips_stats .stats > div:last-child{
        border-right: 1px solid #B6B6B6;
    }
}

.about_sustainability {
    background: url(../images/about-sustainability.jpg) no-repeat left center;
    background-size: cover;
    padding-top: clamp(40px, 10vw, 80px);
    padding-bottom: clamp(40px, 20vw, 380px);
    color: #fff;
}
.about_sustainability .container_max > div {
    max-width: 450px;
}
.about_sustainability h3 {
    font-family: "Droid Serif";
    font-size: clamp(20px, 7vw, 50px);
    margin-bottom: 20px;
}
.about_sustainability p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: clamp(20px, 2.5vw, 30px);
}
.about_sustainability .button {
    border-color: #fff;
}

.about_cta {
    background-color: #3D3D3D;
}
.about_cta .container_max>div {
    display: flex; 
    flex-wrap: nowrap;
    justify-content: space-evenly;
    color: #fff;
}
.about_cta .container_max>div>div {
    padding-top: clamp(20px, 7vw, 60px);
    padding-bottom:  clamp(40px, 7vw, 110px);
    width: 50%;
}
.about_cta .container_max>div>div:first-child {
    border-right: 1px solid #656565;
    padding-right: clamp(40px, 7vw, 130px);
}
.about_cta .container_max>div>div:last-child {
    padding-left: clamp(40px, 7vw, 130px);
} 
.about_cta h3 {
    font-size: 24px;
    line-height: 29px; 
    margin-bottom: 20px;
}
.about_cta p {
    font-size: 16px;
    line-height: 23px; 
    margin-bottom: 30px;
}
.about_cta .button {
    border-color: #fff;
}
.about_cta  img {
    margin-bottom: 40px;
}
@media (max-width: 660px) {
    .about_cta .container_max>div {
        flex-wrap: wrap;
    }
    .about_cta .container_max>div>div {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: clamp(20px, 4vw, 60px);
        padding-bottom: clamp(20px, 4vw, 110px);
    }
    .about_cta .container_max>div>div:first-child  {
        border-right: none;
        padding-right: 0;
    }
    .about_cta .container_max>div>div:last-child {
        padding-left: 0;
    }
    .about_cta img {
        margin-bottom: 20px;
        width: 35px;
    }
    .about_cta h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    
}