.aboutus .section__hero,
.contactus .section__hero {
    height: 42rem;
}

.aboutus .explore__values--image {
    aspect-ratio: 1;
}

/* .aboutus .explore__values {
  flex: 0 1 58rem;
} */

.aboutus .explore__values--figcaption {
    width: min(37rem, 100%);
    height: auto;
    top: 100%;
    left: 100%;
    transform: translate(-100%, -105%);
}

.section__misson-vision {
    background-color: #f7f7f7;
    padding: 6rem 0;
}

.aboutus .hero__para {
    color: #1e1e1ede;
}

.aboutus .section__hero .hero__para {
    color: #ffffffde;
}

.mission-vision__top {
    display: flex;
    align-items: center;
    column-gap: 4vw;
    margin-bottom: 4rem;
}

.mission-vision__block .hero__para {
    font-size: 1.7rem;
}

.mission-vision__block {
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
    box-shadow: 0px 2px 60px 0px #0000000f;
    border-radius: 1.6rem;
    align-items: flex-start;
    padding: 2rem 3rem;
    background-color: white;
}

.mission-vision__block img {
    width: 7rem;
    height: 7rem;
}

.mission-vision__title {
    display: block;
    margin-bottom: 5px;

    font-weight: 600;
    color: var(--color-deep-forest-green);
    font-size: 2.8rem;
}

.mission-vision__bottom {
    display: flex;
    column-gap: 2vw;
}

.aboutus .plans__header {
    max-width: 83rem;
}

.aboutus .plans__header .hero__para {
    color: #1e1e1ede;
    max-width: 100%;
}

.aboutus .explore__empowering {
    margin-bottom: 0;
}

.aboutus .section__plans {
    background-color: white;
}

.aboutus .footer {
    z-index: 2;
}

@media (max-width: 640px) {
    .mission-vision__top {
        flex-direction: column;
        row-gap: 2vw;
    }

    .mission-vision__bottom {
        flex-direction: column;
        row-gap: 2rem;
    }
}
