.full-height {
    height: 100vh;
}

.overflow-hidden {
    overflow: hidden;
}

.about-main {
    margin-top: 2rem;
    position: relative;
    overflow: hidden;
}

.about-info {
    margin-top: 20px;
}

.about {
    background-color: var(--prime-green);
}

.about * img,
.about2 * img {
    padding: 3rem;
}

.about-container,
.about2-container {
    position: relative;

}

.about2-container>h1 {
    position: relative;
}


.story-title>h2 {
    position: absolute;
    right: 0rem;
    top: 3rem;
}

.cradling-title>h2 {
    position: absolute;
    right: 0rem;
    top: 3.3rem;
}

.about-container>p {
    color: white;
    font-size: 16px;
    line-height: 1.4rem;
    font-family: "Gilroy-Medium", serif;

}

.about2-container>p {
    font-size: 16px;
    line-height: 1.4rem;
    padding: 0;
    font-family: "Gilroy-Medium", serif;
    color: #053c36;
}



.about2-container>h3 {
    font-family: 'Gilroy-Regular', Serif;
    font-size: 24px;
}

.lleaf-1 {
    position: absolute;
    top: 24rem;
}

.rleaf-2 {
    position: absolute;
    width: 90%;
    right: -16rem;
    top: 17rem;
    rotate: 160deg;
}

.director {
    background-color: #053c36;
}

.director-container,
.people-container,
.culture-container,
.culture-container2,
.culture-container3 {
    position: relative;
}


.director-title>h1 {
    position: relative;
    color: white;
}

.director-title>h2 {
    position: absolute;
    right: 0rem;
    top: 3rem;
}

.director-desc {
    font-family: 'Gilroy-Medium', serif;
    color: #fff;

    line-height: 1.4rem;
}



.people-container>h1 {
    position: relative;
}

.people-container>h2 {
    position: absolute;
    left: 35%;
    top: 3rem;
}

.people-img {
    width: 100vw;
}


.fixed-bg {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    color: white;
    justify-content: center;
    display: flex;
    padding: 15rem 0;
}

.bg-1 {
    background-image: url("/public/about/the-people.png");
}

.people-desc {}

.vision-mission {
    background-color: #053c36;
}

.our-mision {
    border-left: 2px solid white;
}

.people-desc>p,
.culture>p,
.our-vision>p,
.our-mision>p {
    font-family: 'Gilroy-Medium', serif;
    font-size: 16px;
    line-height: 1.4rem;
}

.people-desc>p,
.culture>p {
    color: #053c36;
}

.our-vision>h1,
.our-mision>h1 {
    color: #fff;
}

.our-vision>p,
.our-mision>p {
    color: #fff;
    text-align: center;
    padding: 0 6rem;
}

.cult-pad {
    padding: 0 5rem;
}

.culture-icon {
    width: 4rem;
}

.culture>p {
    width: 52ch;
}

.culture-container>h2 {
    position: absolute;
    left: 10rem;
    top: 9rem;
}

.culture-container2>h2 {
    position: absolute;
    left: 2rem;
    top: 7.5rem;
}

.culture-container3>h2 {
    position: absolute;
    right: 1rem;
    top: 7.5rem;
}

#green-initiatives>img {
    position: absolute;
    width: 36%;
    bottom: 1rem;
    rotate: 190deg;
    left: -15rem;
    top: -17rem;
    transform: scaleY(-1);
}


#green-initiatives * h3 {
    font-size: 42px;
    color: #dcb36a;
}

#green-initiatives * p {
    line-height: 1.4rem;
}

#initiative-container,
#initiative-container * .slick-dots {
    background-color: #053c36;
}

#initiative-container * h5 {
    font-size: 1.5rem;
}

#initiative-container * img
{
    transition: transform 0.3s ease-in-out;
}

#initiative-container * img:hover {
    transform: scale(1.2);
}


.slick-dotted.slick-slider {
    margin-bottom: 25px;
}

.slick-dots li button::before {
    color: gray;
    opacity: 1;
}

.slick-dots li.slick-active button::before {
    color: #fff;
}

@media (min-width:1440px) {







    .culture-container3>h2 {
        right: 2rem;
    }

}



/* Mobile Version */
@media (min-width: 320px) and (max-width: 578px) {
    .about-main {
        margin-top: 2.6rem;
    }

    .about {
        padding-top: 0rem;
    }

    .about-container,
    .about2-container {
        text-align: center;
    }

    .story-title>h2 {
        position: absolute;
        top: 1.7rem;
    }


    .cradling-title>h2 {
        position: absolute;
        top: 1.8rem;
        right: 6rem;
    }

    .about-container>p,
    .about2-container>p {
        padding-bottom: 1rem;
    }

    .about * img,
    .about2 * img {
        padding: 1rem;
    }


    .about2-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about2-container>p {
        padding: 1rem 0;
    }


    .culture>p {
        width: 28ch;
    }

    .director-container {
        text-align: center;
    }

    .director-title>h2 {
        right: 4rem;
        top: 2rem;
    }


    .director-desc {
        text-align: center;
    }

    .people-container {
        text-align: center;
    }

    .people-container>h1 {
        line-height: 2.4rem;
    }

    .people-container>h2 {
        left: 22%;
        top: 4rem;
    }

    .people-desc {}

    .our-mision {
        border-left: none;
        border-top: 2px solid white;
    }

    .our-vision>p,
    .our-mision>p {
        padding: 0 1rem;
    }

    .cult-pad {
        padding: 0 1rem;
    }

    .culture {
        align-items: center;
        text-align: center;
        margin-top: 1.5rem;
    }

    .culture-icon {
        width: 5rem;
    }

    .culture-container2>h2 {
        left: 1rem;
        top: 7.2rem;
    }

    .culture-container3>h2 {
        right: 7rem;
        top: 7rem;
    }


    #green-initiatives * h3 {
        font-size: 1.5rem;
    }

}