/* --Start banner--------------- */
.section-banner {
    margin-top: 77px;
}

@media (min-width: 1200px) {
    .section-banner {
        margin-top: 219px;
    }
}

/* --End banner--------------- */

/* --Start esg--------------- */
.section-esg {
    background: #fff;
    padding: 60px 0 60px;
    position: relative;
    margin-top: 77px;
    overflow: hidden;
}


.section-esg .esg-img1,
.section-esg .esg-img2 {
    border-radius: 5px;
    width: 100%;
}


.section-esg .title-item {
    padding: 10px 0 0 0;
}

.section-esg .title-item h2 {
    font-size: 30px;
    color: #292929;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
}

.section-esg .title-item h2 span {
    color: #00a06e;
}

.section-esg .title-item h2.social {
    font-family: "Mr Dafoe";
    text-align: end;
    text-transform: none;

}

.section-esg .title-item h2.governance {
    text-align: end;
    font-style: italic;
    font-weight: 400;
}



.section-esg .title-item p {
    padding: 10px 0;
    color: #454545;
    font-family: Poppins;
    margin-bottom: 0;
}


.section-esg .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 40%;
    overflow: hidden;
    border-radius: 15px;
}

.section-esg .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-esg .icon-line {}

.section-esg .icon-line+.icon-line {
    border-left: none;
}



.section-esg .item {
    padding: 30px 0px;
}

.section-esg .item .icon-item {
    background: #00a06e;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
}

.section-esg .item .icon-item img {
    width: 100%;
    transform: scale(0.6);
}

.section-esg .item .icon-text-item {
    padding: 10px 0;
}

.section-esg .item .icon-text-item h3 {
    font-family: "Roboto Condensed";
    font-size: 24px;
    color: #292929;
    font-weight: 400;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .section-esg .icon-line+.icon-line {
        border-left: 1px solid #c4c4c4;
    }
}

@media (min-width: 1200px) {
    .section-esg {
        padding: 100px 0 100px;
        margin-top: 219px;
    }

    .section-esg .title-item h2 {
        font-size: 60px;
    }

    .section-esg .title-item p {
        padding: 30px 0;

    }

    .section-esg .item {
        padding: 30px 15px;
    }




}

.section-esg .item ul {
    padding-left: 20px;
    font-family: Poppins;
}

.section-esg .item ul li {
    font-size: 15px;
    color: #454545;
}

.section-esg .item ul li+li {
    margin-top: 10px;
}




/* --End esg--------------- */