

.page-template-page_sustainability .header-text {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 727px;
    position: relative;
}

@media only screen and (max-width: 768px) {

    .page-template-page_sustainability .header-text {
        height: 300px;
    }
}

.page-template-page_sustainability .header-text .header-text__logo-banner {
    position: absolute;
        bottom: 40px;
        left: 60px;
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        width: 100%;
}
.page-template-page_sustainability .header-text .header-text__logo-banner img{
    margin-right: 130px;
}

@media only screen and (max-width: 1226px) {

.page-template-page_sustainability .header-text .header-text__logo-banner img {
    margin-right: 40px;
}
}

@media only screen and (max-width: 1080px) {
.page-template-page_sustainability .header-text .header-text__logo-banner {
    width: 180px;
}
}

@media only screen and (max-width: 768px) {
.page-template-page_sustainability .header-text .header-text__logo-banner {
    display: none;
}
}

.page-template-page_sustainability .product-heading {
    color: white;
    padding-left: 44px;
    font-weight: 700;
    font-size: 80px;
    width: 800px;
    @media only screen and (max-width: 768px) {
        font-size: 50px;
        width: 100%;
        padding-left: 0;
    }
} 

.page-template-page_sustainability .image-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;


}

.page-template-page_sustainability .button-header {
    margin: 3rem auto 0 auto;
}


@media only screen and (max-width: 768px) {
    .page-template-page_sustainability .image-flex {
        flex-direction: column;
    }
    
}

@media only screen and (max-width: 990px) {
    .page-template-page_sustainability .image-flex {

        flex-direction: column;
    }
}

.page-template-page_sustainability .image-flex img {
    height: 140px;
}


.page-template-page_sustainability .button-orange {
    width: fit-content;
}

.page-template-page_sustainability .product-group.left-right-content {
    width: 100%;
    background-color: #14589f;
    padding: 48px 65px 48px 48px;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .page-template-page_sustainability .product-group.left-right-content {
        padding: 20px;
    }
    
}


.page-template-page_sustainability .product-group.left-right-content img{
    width: 100%;
}

@media screen and (max-width: 768px) {

.page-template-page_sustainability .product-group.left-right-content .button{
    margin-bottom: 50px;
}
}



.page-template-page_sustainability .product-group.left-right-content h2 {
    color:white;
    font-size: 2.1em;
    font-weight: 700;
}

.page-template-page_sustainability .product-group.left-right-content ul li{
    color:white;
}

.page-template-page_sustainability .product-group.left-right-content p,
.page-template-page_sustainability .product-group.left-right-content strong{
    color:white;
}

.page-template-page_sustainability .row.content {
    width: 100%;
}

.page-template-page_sustainability .row.content .text-center {
    width: 100%;
}

.page-template-page_sustainability .product-group-page {
    width: 100%;
}

.page-template-page_sustainability .product-group-page .product-group-page--background {
background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.page-template-page_sustainability .product-group-page .product-group .mobile-image {
    display: none;
}
@media only screen and (max-width: 1200px) {
.page-template-page_sustainability .product-group-page .product-group .mobile-image {
        display: block;
        margin-top: 50px;
    }

    .page-template-page_sustainability .product-group-page .product-group .mobile-image img {
        max-height: 100% !important;
    }

    .page-template-page_sustainability .product-group-page .product-group {

        background-image: none !important;
    }

}

@media only screen and (max-width: 768px) {
    .page-template-page_sustainability .product-group-page {
        flex-direction: column;
        text-align: center;
}

    .page-template-page_sustainability .product-group-page .no-title {
        padding-top: 100px;
    }

    .page-template-page_sustainability .product-group-page .product-group {
        background-position: bottom;
        background-size: 442px;
    }

    .page-template-page_sustainability .product-group.left-right-content.media-left a {
        margin-bottom: 50px;
    }

.page-template-page_sustainability .product-group-page .product-group .mobile-image {
    display: block;
    margin-top: 50px;
}
.page-template-page_sustainability .product-group-page .product-group .mobile-image img {
    max-height: 100%!important;
}

.page-template-page_sustainability .product-group-page .product-group-page--background {

    background-image: none!important;
}
.page-template-page_sustainability .product-group-page .product-group-page--background .product-group-heading{
    margin-bottom: 30px;

}
}