@media screen and (min-width: 0rem) {
    .section-hero {
        width: 100%;
        margin-top: 75px;
        position: relative;
    }

    .section-hero-content {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .section-hero-content .eyebrow-text {
        color: #C5C287;
    }

    .section-hero-content .eyebrow-text-image-left, .section-hero-content .eyebrow-text-image-right {
        fill: #C5C287;
    }

    .section-hero-content .title {
        color: white;
        max-width: 60rem;
    }


    .section-hero .hero-image-container {
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        max-height: 400px;
        top: 0;
    }

    .section-hero .hero-image {
        min-width: 60rem;
        width: 100vw;
        height: auto;
        position: relative;
        object-fit: cover;
        object-position: center center;
    }

    
    /* WHO WE ARE */
    .who-we-are {
        margin-top: 60px;
        max-width: 36rem;
        margin-inline: auto;
        text-align: center;
    }

    .who-we-are .image {
        margin-top: 32px;
    }

    .who-we-are .stats {
        margin-top: 32px;
        justify-content: space-evenly;
        margin-inline: auto;
    }

    .who-we-are .stats div {
        width: 100%;
        margin-inline: 8px;
        padding-bottom: 16px;
        border-bottom: #5D5B27 solid 1px;
    }


    /* OUR SUCCESSES */
    .our-successes-background-wrapper {
        background-color: #F6F6F6;
        margin-block: 30px;
        padding-block: 30px;
    }

    .our-successes {
        text-align: center;
        max-width: 36rem;
        margin-inline: auto;
    }

    .our-successes-awards {
        display: flex;
        flex-direction: column;
        width: 75%;
        gap: 48px;
        margin-inline: auto;
        margin-top: 48px;
    }

    /* OUR STORY */
    .our-story {
        max-width: 32rem;
        margin: auto;
        margin-top: 60px;
        text-align: center;
    }

    .our-story .image {
        margin-top: 32px;
    }

    .grid {
        display: flex;
        flex-direction: column;
        gap: 32px;
        margin-top: 32px;
    }

    .grid-item {
        display: flex;
        text-align: left;
        max-width: 90%;
        margin: 0 auto;
        align-items: start;
    }

    .grid-item-content {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .our-story-grid-title {
        font-size: 20px;
    }

    .our-story-grid-description {
        color: #3F3E3E;
    }

    .our-story-grid-icon {
        width: 50px;
        height: 50px;
        margin-right: 16px;
        display: block;
    }


    /* OUR MISSION */
    .our-mission {
        text-align: center;
        background-color: #2E2E2E;
        margin-top: 60px;
        padding-top: 60px;
        padding-bottom: 16px;
    }

    .our-mission content {
        max-width: 32rem;
        margin: auto;
    }

    .our-mission .eyebrow-text {
        color: #C5C287;
    }

    .our-mission .eyebrow-text-image-left, .our-mission .eyebrow-text-image-right {
        fill: #C5C287;
    }

    .our-mission .title {
        color: white;
    }

    .our-mission .description {
        color: #CDCDCD;
    }

    .our-mission .job-title {
        color: #C5C287;
        margin-top: 32px;
        font-style: italic;
    }

    .our-mission .persons-name {
        color: white;
        margin-top: 8px;
    }

    .our-mission .button {
        border-color: white;
        color: white;
    }

    .our-mission .button:hover {
        border-color: #C5C287;
        color: #C5C287;
    }

    .our-mission .image {
        margin-block: 32px;
    }


    /* AREAS OF EXPERTISE */
    .areas-of-expertise {
        text-align: center;
        margin-top: 60px;
    }

    .areas-of-expertise .areas-of-expertise-content {
        max-width: 32rem;
        margin: auto;
    }

    .areas-of-expertise .services-grid {
        max-width: 32rem;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(6, 1fr);
        width: 90%;
        margin: 32px auto 0px;
        gap: 8px;
    }

    .areas-of-expertise .service-container {
        background-color: #f0f0f0;
        padding: 64px 8px 48px;
        position: relative;
        overflow: hidden;
    }

    .areas-of-expertise .service-title {
        margin-top: 12px;
        font-size: 18px;
    }

    .areas-of-expertise .background-image {
        position: absolute;
        bottom: -45%;
        right: -40%;
        stroke: #45444410;
        width: 120%;
        height: 120%;
    }
    


}


/* <----- Who WE ARE ------> */
@media screen and (min-width: 64rem) {
    .who-we-are {
        display: flex;
        flex-direction: row-reverse;
        margin-inline: auto;
        justify-content: stretch;
        align-items: stretch;
        max-width: 80rem;
        margin-top: 100px;
        gap: 48px;
        padding-inline: 32px;
    }

    .who-we-are .content-container {
        text-align: start;
        width: auto;
        margin: 0 auto; /* Centers the container */
        display: flex;
        flex-direction: column; /* Stacks elements vertically */
        align-items: center; /* Aligns text & images to the left */
        flex: 1;
    }

    .who-we-are .eyebrow-text-container {
        justify-content: start;
        width: 100%;
        margin: 0px;
        padding: 0px;

    }

    .who-we-are .title {
        width: fit-content;
        margin-inline: 0px;
        width: 100%;
        font-size: clamp(48px, 5vw ,60px);
    }

    .who-we-are .description {
        margin-bottom: 32px;
        width: 100%;
        max-width: 100%;
    }

    .who-we-are .stats-container {
        flex: 1;
    }

    .stats {
        width: 100%;
        margin: 0px;
        max-width: 100%;
    }

    .stats div {
        width: 100%;
        max-width: 100%;
    }

    .who-we-are .image {
        margin: 0;
        max-width: 100%;
        width: auto;
        height: auto;
        object-fit: cover;
    }

    .who-we-are .stats-container .image {
        height: 79%;
    }

}

/* <----- OUR SUCCESSES ------> */
@media screen and (min-width: 64rem) {
    .our-successes-background-wrapper {
        margin-block: 50px;
        padding-block: 50px;
    }

    .our-successes {
        max-width: 80rem;
    }

    .our-successes-content {
        max-width: 46rem;
        margin-inline: auto;
    }

    .our-successes-content .description {
        margin-inline: auto;
        max-width: 44rem;
    }

    .our-successes-awards {
        flex-direction: row;
        align-items: center;
        gap: 20px;
        justify-content: space-between;
        margin-inline: auto;
        width: 80%;
        max-width: 80%;

    }

    .our-successes .image {
        margin: 0px;
        width: 80%;
        height: 80%;
        max-width: 100%;
        object-fit: contain;
        padding: 0px;
    }
}

/* <----- OUR STORY ------> */
@media screen and (min-width: 64rem) {
    .our-story {
        max-width: 80rem;
        text-align: start;
        margin: 100px auto 0px;
        padding-inline: 32px;
    }

    .our-story .side-by-side {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: auto;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 60px;
    }

    .our-story .image {
        width: auto;
        max-width: 400rem;
    }

    .our-story .our-story-content {
        width: 55%;
        margin-left: 10px;
    }

    .our-story .eyebrow-text-container {
        justify-content: start;
    }

    .our-story .grid {
        flex-direction: row;
    }
    
}

/* <----- OUR MISSION ------> */
@media screen and (min-width: 64rem) {
    .our-mission {
        margin-top: 100px;
        text-align: start;
        padding-bottom: 60px;
    }

    .our-mission-container {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        max-width: 80rem;
        margin-inline: auto;
        justify-content: space-between;
        align-items: center;
        padding-inline: 32px;
    }

    .our-mission-container .content {
        width: 50%;
    }


    .our-mission .eyebrow-text-container {
        margin: 0px;
        justify-content: start;
    }

    .our-mission .description {
        max-width: 100%;
    }

    .our-mission .image {
        width: auto;
    }


}

/* <----- AREAS OF EXPERTISE ------> */
@media screen and (min-width: 64rem) {
    .areas-of-expertise {
        margin-top: 100px;
        display: flex;
        flex-direction: column;
        max-width: 80rem;
        margin-inline: auto;
        padding-inline: 32px;
        justify-content: space-evenly;
        align-items: center;
    }

    .areas-of-expertise .areas-of-expertise-content {
        text-align: center;
        margin: 0px;
        padding: 0px;
    }

    .areas-of-expertise .description {
        max-width: 100%;
        margin-inline: auto;
        padding-inline: 0px;
    }


    .areas-of-expertise .services-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        width: 100%;
        width: 100%;
        margin-top: 48px;
    }

    .areas-of-expertise .services-grid {
        max-width: 90%;
    }

    .areas-of-expertise .service-container {
        padding-inline: 32px;
    }

}