.story-hero-left, .story-hero-right {
    flex: 0 0 50% !important;
}

.story-hero-left {
    display: flex;

    background: #222840 !important;
    color: #fff  !important;
}

.story-hero-left-inner {
    padding: 36px;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    max-width: 702px;
}

.team {
    background-color: #f1f6eb;
}

.team-inner {
    padding: 24px 0;
}

.team-inner h2 {
    color: #222840;
    text-align: center;
    margin-bottom: 24px;
}

.team-grid {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.story-name {
    font-family: 'PPPangaia', serif !important;
    font-weight: 400;
    font-size: 1.8rem;
    text-transform: uppercase;
    margin: 12px auto;
    color: #6b8341;
    text-align: center;
}

.nav-link {
    color: #fff !important;
}

.story-description {
    padding: 0 36px;
    color: #222840
}

.team-member {
    flex: 0 0 33%;
    border: solid 7px #fff;
}

.team-member-inner {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin: 12px;
    height: 96.5%;
    padding-top: 24px;
}

.team-member-inner img {
    width: 242px;
    background-color: white;
    margin: 0 auto;
}


@media screen and (max-width: 1453px) {
    .story-hero-left-inner {
        max-width: 590px !important;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .story-hero-left-inner {
        max-width: 500px !important;
    }
}

@media screen and (min-widtH: 992px) {
    .hero-wrapper {
        max-height: 376px;
    }
}

@media screen and (max-width: 991px) {
    .story-hero-left-inner {
        max-width: 100% !important;
    }

    .team-grid {
        flex-direction: column;
    }

    .story-hero-left {
        order: 1;
    }
}

@media screen and (max-width: 575px) {
    .team {
        padding: 0 24px;
    }
}