.virginia-section {
    padding-bottom: 180px;
    background-color: var(--charcoal-grey);
}

.edu-right .h2 {
    color: var(--forest-green);
}

.edu-content a,
.mission-wrap {
    font-family: 'Montserrat-SemiBold';
}

.edu-content p,
.edu-content,
.edu-right .h2,
.vision-content .h2 {
    margin-bottom: 30px;
}

.edu-content>*:last-child,
.vision-content>*:last-child,
.mission-wrap [class*="col-"]>*:last-child,
.values-item>*:last-child {
    margin-bottom: 0;
}

.edu-action .yellow-theme-btn:not(:last-child) {
    margin-right: 30px;
}

.green-cards-wrap .green-card {
    margin-top: 120px;
    border-radius: 198px;
    background-color: var(--forest-green);
    max-width: 1296px;
    margin-inline: auto;
    position: relative;
    overflow: hidden;
    color: var(--charcoal-grey);
    z-index: 1;
}

.green-card-action {
    text-align: center;
    margin-top: 40px;
}

.edu-left {
    padding-right: 40px;
}

.green-card:has(.vision-content) {
    display: flex;
    padding: 76px 96px 0 170px;
}

.vision-img {
    align-self: flex-end;
}

.vision-content {
    align-self: flex-start;
    padding: 0 0 70px 70px;
}

.green-card:has(.vision-content)::after {
    content: "";
    position: absolute;
    background-image: url(../images/vision-shape.svg);
    width: 170px;
    height: 168px;
    background-size: cover;
    right: 0;
    top: 0;
    z-index: -1;
}

.green-card:has(.mission-wrap) {
    padding: 45px 110px 84px;
    border-radius: 290px;
}

.green-card:has(.mission-wrap) .h2,
.green-card:has(.values-wrap) .h2 {
    text-align: center;
    margin-bottom: 50px;
}

.green-card:has(.mission-wrap)::before {
    content: "";
    position: absolute;
    background-image: url(../images/mission-shape.svg);
    width: 235px;
    height: 228px;
    background-size: cover;
    left: 0;
    top: 0;
    z-index: -1;
}

.mission-wrap [class*="col-"] {
    text-align: center;
}

.mission-wrap [class*="col-"] img {
    max-width: 65px;
    margin-bottom: 18px;
}

.green-card:has(.values-wrap) {
    padding: 45px 0 40px;
    border-radius: 320px;
}

.values-item {
    margin-bottom: 20px;
}

.values-item strong {
    font-family: 'Montserrat-SemiBold';
    font-size: 25px;
}

.values-img {
    position: absolute;
    bottom: 0;
    left: 45px;
}

.values-wrap {
    margin-left: 350px;
    padding-right: 110px;
}

.green-card:has(.values-wrap)::after {
    content: "";
    position: absolute;
    background-image: url(../images/value-shape.svg);
    width: 195px;
    height: 193px;
    background-size: cover;
    right: 0;
    top: 0;
    z-index: -1;
}

@media (min-width: 1500px) {
    .mission-wrap {
        margin-inline: -20px;
    }

    .mission-wrap>* {
        padding-inline: 20px;
    }
}

@media (max-width: 1799px) {
    .virginia-section {
        padding-bottom: 160px;
    }

    .green-cards-wrap .green-card {
        max-width: 1205px;
        margin-top: 100px;
    }

    .edu-left {
        padding-right: 30px;
    }

    .green-card:has(.mission-wrap) .h2,
    .green-card:has(.values-wrap) .h2 {
        margin-bottom: 30px;
    }

    .green-card:has(.vision-content)::after {
        width: 140px;
        height: 138px;
    }

    .green-card:has(.mission-wrap)::before {
        width: 195px;
        height: 188px;
    }

    .green-card:has(.values-wrap)::after {
        width: 175px;
        height: 173px;
    }
}

@media (max-width: 1499px) {
    .virginia-section {
        padding-bottom: 140px;
    }

    .green-cards-wrap .green-card {
        margin-top: 80px;
    }

    .edu-content p,
    .edu-content,
    .edu-right .h2,
    .vision-content .h2,
    .green-card:has(.mission-wrap) .h2,
    .green-card:has(.values-wrap) .h2 {
        margin-bottom: 20px;
    }

    .green-card:has(.vision-content) {
        padding: 50px 96px 0 130px;
    }

    .vision-content {
        align-self: center;
        padding: 0 0 50px 50px;
    }

    .green-card:has(.mission-wrap) {
        padding: 45px 100px 50px;
    }

    .values-wrap {
        margin-left: 300px;
        padding-right: 80px;
    }

    .values-img {
        left: 0;
    }
}

@media (max-width: 1399px) {
    .edu-action .yellow-theme-btn:not(:last-child) {
        margin-bottom: 15px;
        margin-right: 20px;
    }
}

@media (max-width: 1199px) {
    .vision-content {
        padding: 0 0 50px 30px;
    }

    .green-card:has(.vision-content) {
        padding: 50px 50px 0 50px;
    }

    .green-cards-wrap .green-card,
    .green-card:has(.mission-wrap),
    .green-card:has(.values-wrap) {
        border-radius: 80px;
    }

    .green-card:has(.mission-wrap) {
        padding: 45px 50px 50px;
    }

    .green-card:has(.mission-wrap)::before {
        width: 165px;
        height: 158px;
    }

    .green-card:has(.values-wrap)::after {
        width: 135px;
        height: 133px;
    }

    .values-wrap {
        margin-left: 350px;
        padding-right: 40px;
    }

    .values-img {
        left: 40px;
    }
}

@media (max-width: 991px) {
    .virginia-section {
        padding-bottom: 50px;
    }

    .green-cards-wrap .green-card {
        margin-top: 50px;
    }

    .green-cards-wrap .green-card,
    .green-card:has(.mission-wrap),
    .green-card:has(.values-wrap) {
        border-radius: 60px;
    }

    .edu-content p,
    .edu-content,
    .edu-right .h2,
    .vision-content .h2 {
        margin-bottom: 15px;
    }

    .edu-left {
        padding-right: 12px;
        padding-bottom: 30px;
    }

    .edu-left img {
        width: 100%;
    }

    .values-item strong {
        font-size: 20px;
    }

    .vision-content {
        padding: 0 50px 30px 0;
    }

    .vision-img {
        align-self: center;
    }

    .green-card:has(.vision-content) {
        padding: 50px 50px 0 50px;
        flex-direction: column-reverse;
    }

    .green-card:has(.vision-content)::after {
        width: 100px;
        height: 98px;
    }

    .green-card:has(.mission-wrap)::before {
        width: 125px;
        height: 121px;
    }

    .mission-wrap [class*="col-"]:not(:last-child) {
        margin-bottom: 30px;
    }

    .green-card:has(.values-wrap)::after {
        width: 115px;
        height: 113px;
    }

    .green-card:has(.values-wrap) {
        padding: 50px 50px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .values-img {
        position: relative;
        order: 4;
        left: auto;
    }

    .values-wrap {
        margin-left: -12px;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .edu-action .yellow-theme-btn:not(:last-child) {
        margin-right: 0;
    }

    .green-cards-wrap .green-card,
    .green-card:has(.mission-wrap),
    .green-card:has(.values-wrap) {
        border-radius: 30px;
    }

    .green-card:has(.vision-content) {
        padding: 50px 12px 0 12px;
    }

    .vision-content {
        padding: 0 0 30px 0;
    }

    .green-card:has(.vision-content)::after {
        width: 70px;
        height: 70px;
    }

    .green-card:has(.mission-wrap)::before {
        width: 80px;
        height: 78px;
    }

    .green-card:has(.mission-wrap) {
        padding: 50px 12px;
    }

    .green-card:has(.values-wrap)::after {
        width: 80px;
        height: 78px;
    }

    .green-card:has(.values-wrap) {
        padding: 50px 12px 0;
    }
}