.who-we-are-section{
    padding: 12em 0 12em 0;
    position: relative;
}

.director-words-section{
    padding: 5em 0 0 0;
    background-color: #f3f1ee;
}

.director-words-section .wrapper-img{
    transform: translateY(-10em);
    padding: 2em;
}

.wrapper-img img{
    filter: grayscale(0.2);
}

.director-words-section .wrapper-counters{
    margin-top: 3em;
}

.director-words-section .wrapper-counters .counter-item{
    padding-right: 2.2em;
    margin-right: 2.2em;
}

.director-words-section .wrapper-counters .counter-item:last-child{
    margin-right: 0;
    padding-right: 0;
}

.director-words-section .wrapper-counters .counter-item{
    border-right: 0.07em solid var(--light-border-color);
    margin: 1em 0;
}

.director-words-section .wrapper-counters .counter-item p:first-child, .director-words-section .wrapper-counters .counter-item p:last-child{
    font-family: "josefin-medium", sans-serif;
}

.director-words-section .wrapper-counters p:first-child span{
    font-size: 2.7em;
    margin-left: 0.1em;
    margin-bottom: 0.2em;
}

.director-words-section .wrapper-counters p:first-child b{
    font-size: 4.2em;
    color: #b78d53;
}

.director-words-section .wrapper-counters .counter-item:last-child{
    border-right: unset;
}

.director-words-section .wrapper-counters .counter-item p:last-child{
    margin-top: 0.3em;
    font-family: "dm-bold", sans-serif;
    font-size: 1.2em;
}

.mission-vision-section .mission-vision-content{
    min-height: 1px;
    width: 100%;
}

.mission-vision-section .mission-vision-content .content{
    height: 100%;
}

.mission-vision-section .mission-vision-content .content{
    padding: 6em;
}

.mission-vision-section .mission-vision-content .content-1{
    background-color: #e3c99e;
}

.what-we-do-section{
    padding: 8em 0;
}

.what-we-do-section .row-what-we-do-title{
    margin-bottom: 5em;
}

.what-we-do-section .wrapper-img{
    padding: 2em;
}

.what-we-do-section .row-what-we-do{
    margin-bottom: 9em;
}

.what-we-do-section .row-what-we-do:last-child{
    margin-bottom: 0;
}

.what-we-do-section .row-what-we-do-1 .wrapper-img, .what-we-do-section .row-what-we-do-3 .wrapper-img{
    margin-right: 3em;
}

.what-we-do-section .row-what-we-do-2 .wrapper-img{
    margin-left: 3em;
}

.what-we-do-section .row-what-we-do .wrapper-content{
    padding-top: 2em;
}

.our-approach-section{
    padding-bottom: 8em;
}

.our-approach-section .row-approach-title .wrapper-title{
    margin-bottom: 3em;
}

.our-approach-section .row-approachs{
    max-width: 95%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.our-approach-section .col-approach{
    margin-top: -5em;
}

.our-approach-section .col-approach-1 .wrapper-content, .our-approach-section .col-approach-3 .wrapper-content{
    background-color: #f3f1ee;
}

.our-approach-section .col-approach .wrapper-content{
    padding: 1.5em;
    height: 100%;
}

.our-approach-section .col-approach .wrapper-content .content-border{
    height: 100%;
}

@media screen and (min-width: 100px){
    .mission-vision-section .mission-vision-content{
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 576px){
    .mission-vision-section .mission-vision-content{
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 768px){
    .mission-vision-section .mission-vision-content{
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 992px){
    .mission-vision-section .mission-vision-content{
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 1200px){
    .mission-vision-section .mission-vision-content{
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 1439px){
    .mission-vision-section .mission-vision-content .content-1, .mission-vision-section .mission-vision-content .content-2{
        padding: 6em 4em;
    }
}

@media screen and (max-width: 991px){
    .who-we-are-section{
        padding-bottom: 6em;
    }
    .director-words-section{
        padding: 8em 0;
    }
    .director-words-section .wrapper-img{
        transform: unset;
    }
    .what-we-do-section .row-what-we-do-title{
        margin-bottom: 3em;
    }
    .what-we-do-section .row-what-we-do{
        margin-bottom: 7em;
    }
    .what-we-do-section .row-what-we-do .wrapper-content{
        padding-top: 4em;
    }
    .what-we-do-section .row-what-we-do-2 > div:first-child{
        order: 2;
    }
    .what-we-do-section .row-what-we-do-2 > div:last-child .wrapper-img{
        margin-left: 0;
    }
    .what-we-do-section .row-what-we-do-1 .wrapper-img, .what-we-do-section .row-what-we-do-3 .wrapper-img{
        margin-right: 0;
    }
    .our-approach-section .col-approach-2, .our-approach-section .col-approach-3{
        margin-top: 0;
    }
    .our-approach-section .col-approach{
        margin-bottom: 2em;
    }
    .our-approach-section .col-approach:last-child{
        margin-bottom: 0;
    }
    .our-approach-section .row-approach-title .wrapper-img img{
        height: 28em;
        object-fit: cover;
    }
}

@media screen and (max-width: 575px){
    .mission-vision-section .mission-vision-content .content-1, .mission-vision-section .mission-vision-content .content-2{
        padding: 6em 1.3rem;
    }
}