/* ////////////////////////////////// what we do Section Start ////////////////////////////////////////// */

.what-we-do {
    padding-top: 70px;
    padding-bottom: 70px;
    border-bottom: 2px solid #ddd;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .what-we-do {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .what-we-do {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* ////////////////////////////////// what we do Section End ////////////////////////////////////////// */

/* ////////////////////////////////// commitment integrity Section Start ////////////////////////////////////////// */

.commitment-integrity {
    padding-top: 70px;
    padding-bottom: 70px;
}

.commitment-integrity  .image-container {
    width: 100%;
    max-width: 700px;
    overflow: hidden;
}

.commitment-integrity  .image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .commitment-integrity {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .commitment-integrity  {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .desktop-break {
        display: none;
    }
}

/* ////////////////////////////////// commitment Section End ////////////////////////////////////////// */

/*/////////////////////////////////////// Sustainabilty section start  ///////////////////////////////// */

.sustainability {
    padding-top: 70px;
    padding-bottom: 70px;
    height: 600px; 
    position: relative;
    display: flex;
    justify-content: center;
    background-image: url('/assets/images/pages/corporate-governance/sustainable.png');
    background-size: cover;
    background-position: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sustainability {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media(max-width:767px) {
    .sustainability{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
  
/*///////////////////////////////// sustainibilty section end  ///////////////////////////////////////////////////*/

/* ////////////////////////////////// framework Section Start ////////////////////////////////////////// */

.framework-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.framework-section .custom-col {
    flex: 0 0 28%;
    max-width: 28%;
}

.framework-section .custom-remaining-col {
    flex: 0 0 8%;
    max-width: 8%;
}

.framework-section .impact-list {
    list-style: disc;
    padding-left: 30px;
}

.framework-section .impact-list li {
    position: relative;
    font-family: "Area-Normal-Regular, sans-serif";
    font-size: 1.2rem;
}

.framework-section .impact-list li::marker {
    color: #aad04e;
    font-size: 28px;
}

.framework-section .line {
    width: 2px;
    height: 100%;
    background-color: #aad04e;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .framework-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .framework-section .custom-col {
        flex: 0 0 28%;
        max-width: 28%;
    }

    .framework-section .impact-list {
        padding-left: 20px;
    }
    
    .impact-global .custom-remaining-col {
        flex: 0 0 5%;
        max-width: 5%;
    }
}

@media (max-width: 767px) {
    .framework-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .framework-section .custom-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .framework-section .custom-remaining-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .framework-section .line {
        width: 100%;
        height: 2px;
        background-color: #aad04e;
    }
    .framework-section .impact-list li {
        font-size: 1rem;
    }
}

/* ////////////////////////////////// framework Section End ////////////////////////////////////////// */
