/* -------------------MOBILE START---------------- */




/* hero__inner_sustainability start */



.hero__inner_sustainability .hero__content h3 {
    line-height: 110%;
    text-transform: none;
    letter-spacing: -0.4px;
    margin-bottom: 15px;
}

.hero__inner_sustainability .hero__content p {
    margin-bottom: 0;
}

.hero__inner_sustainability .hero__content {
    padding: 30px 0 105px;
}



/* hero__inner_sustainability end */



/* img-with-text start */


.img-with-text__inner {
    background-color: #F7F5F2;
    padding: 32px 0 60px;
}

.img-with-text__img {
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 28px;
}

.img-with-text__content h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 130%;
    color: var(--secondry-color);
    margin-bottom: 15px;
    letter-spacing: -0.2px;
}

.img-with-text__content p {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 20px;
}

.img-with-text__content p:last-of-type {
    margin-bottom: 0;
}



/* img-with-text end */



/* management__inner_sustainability start */


.management__inner_sustainability .management__item {
    padding: 20px 20px 30px;
    flex: none;
    max-width: 100%;
    border-radius: 15px;
    border: 1px solid var(--secondry-color);
    margin-right: 25px;
    height: auto;
}

.management__inner_sustainability .management__items {
    display: block;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding-left: 20px;
}

.management__inner_sustainability .management__items .slick-list {
    padding-right: 151px;
}

.management__inner_sustainability .management__item h5 {
    font-size: 22px;
}

.management__inner_sustainability .management__item p {
    font-size: 13px;
    font-weight: 400;
    line-height: 130%;
}

.management__inner_sustainability .management__items .slick-track {
    display: flex;
}

.management__inner_sustainability {
    padding: 55px 0 60px;
}


/* management__inner_sustainability end */




/* text-with-img start */


.text-with-img__inner {
    background-color: #F7F5F2;
    padding: 86px 0 90px;
}

.text-with-img__img {
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 40px;
}

.text-with-img__content h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 130%;
    color: var(--secondry-color);
    margin-bottom: 15px;
}

.text-with-img__content p {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 20px;
}

.text-with-img__content p:last-of-type {
    margin-bottom: 0;
}

.text-with-img__item {
    margin-bottom: 87px;
}

.text-with-img__item:last-child {
    margin-bottom: 0;
}

.text-with-img__content ul {
    padding: 0 0 0 20px;
    margin-top: 20px;
}

.text-with-img__content ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    position: relative;
}

.text-with-img__content ul li::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: -14px;
}

.text-with-img__content ul li:last-child {
    margin-bottom: 0;
}

.text-with-img__item:nth-child(4) .text-with-img__content p:last-of-type {
    margin-top: 20px;
}



/* text-with-img end */





/* -------------------MOBILE END---------------- */













/* -------------------DESKTOP START---------------- */


@media (min-width: 1024px) {




    /* hero__inner_sustainability start */


    .hero__inner_sustainability .hero__content {
        width: 39.29%;
        padding: 175px 0 160px;
    }

    .hero__inner_sustainability .hero__content h3 {
        letter-spacing: 0;
    }


    /* hero__inner_sustainability end */



    /* img-with-text start */


    .img-with-text__inner {
        padding: 81px 0 75px;
    }

    .img-with-text__img {
        margin-bottom: 0;
    }

    .img-with-text__wrap {
        display: flex;
        align-items: center;
        gap: 0 78px;
    }

    .img-with-text__left {
        width: 49.1036%;
    }

    .img-with-text__right {
        width: 40.8417%;
    }

    .img-with-text__content h3 {
        font-size: 45px;
        letter-spacing: 0;
        margin-bottom: 10px;
    }



    /* img-with-text end */







    /* management__inner_sustainability start */



    .management__inner_sustainability .management__item {
        padding: 20px 20px 20px 0;
        border-radius: 0;
        margin-right: 0;
        height: 100%;
        border: none;
        flex: 1 0 20%;
        max-width: calc(100% / 4 - 18.75px);
    }

    .management__inner_sustainability .management__item h5 {
        font-size: 24px;
    }

    .management__inner_sustainability .management__item p {
        font-size: 16px;
        font-weight: 500;
        line-height: 140%;
    }

    .management__inner_sustainability .management__items {
        display: flex;
        gap: 25px;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        padding-left: 0;
    }

    .management__inner_sustainability {
        padding: 75px 0 65px;
    }




    /* management__inner_sustainability end */







    /* text-with-img start */


    .text-with-img__inner {
        padding: 81px 0 149px;
    }

    .text-with-img__img {
        margin-bottom: 0;
        width: 49.1036%;
    }

    .text-with-img__content h3 {
        font-size: 45px;
        margin-bottom: 12px;
    }

    .text-with-img__item {
        display: flex;
        align-items: center;
        gap: 0 28px;
        margin-bottom: 87px;
    }

    .text-with-img__item:nth-child(odd) {
        flex-direction: row-reverse;
    }

    .text-with-img__item:nth-child(odd) .text-with-img__content {
        width: 48.636%;
        padding-right: 100px;
    }

    .text-with-img__item:nth-child(even) .text-with-img__content {
        width: 48.636%;
        padding: 0 50px;
    }



    /* text-with-img end */


}









/* -------------------DESKTOP END---------------- */