.page-hero--environment {
    background-image: var(--hero-image);
    height: auto;
    min-height: 0;
    padding: 180px 0 80px;
    background-position: center;
}

.page-hero--environment::before {
    position: absolute;
    inset: 0;
    content: '';
    background: #000;
    opacity: .4;
}

.page-hero--environment .container {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.page-hero--environment h1 {
    flex-shrink: 0;
    width: calc(59.332% - 20px);
    margin: 10px 0 10px calc(20% + 10px);
    padding: 0;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.environment-content {
    color: #434343;
    background: #fff;
}

.environment-content__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 10px 10px;
}

.environment-eyebrow {
    display: grid;
    grid-template-columns: 10.614% 89.386%;
    align-items: center;
    min-height: 28.75px;
    padding-top: 10px;
}

.environment-eyebrow h6 {
    margin: 0;
    color: #222;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 18.75px;
}

.environment-eyebrow span {
    width: 5.928%;
    height: 3px;
    margin-left: 12px;
    background: #2cda4b;
}

.environment-content h2 {
    margin: 20px 0 0;
    padding: 0;
    color: #222;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    text-transform: uppercase;
}

.environment-intro {
    margin: 20px 0 45.594px;
    font-size: 16px;
    line-height: 27.2px;
}

.environment-project {
    display: grid;
    grid-template-columns: 56.339% 43.617%;
}

.environment-media,
.environment-project__details {
    min-width: 0;
    padding: 10px;
}

.environment-media img {
    display: block;
    width: 100%;
    height: auto;
}

.environment-media__logos {
    margin-top: 20px;
}

.environment-project__details h3,
.environment-cta h3 {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}

.environment-project__details h3 {
    color: #fb2056;
}

.environment-project__details p {
    margin: 0 0 25.6px;
    font-size: 16px;
    line-height: 27.2px;
}

.environment-project__details h3 + p {
    margin-top: 20px;
}

.environment-cta {
    padding: 60px;
    margin-bottom: 1px;
    color: #fff;
    background: rgba(0, 0, 0, .37);
}

.environment-cta__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 10px;
}

.environment-cta h3 {
    color: #fff;
}

.environment-cta__button {
    display: block;
    width: max-content;
    height: 48px;
    margin: 50px auto 10px;
    padding: 17px 40px;
    border-radius: 24px;
    color: #fff;
    background: #2cda4b;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .page-hero--environment {
        padding: 120px 0 100px;
    }

    .page-hero--environment .container,
    .environment-content__inner {
        max-width: none;
    }

    .page-hero--environment .container {
        padding-inline: 0;
    }

    .environment-eyebrow {
        grid-template-columns: 17% 74%;
    }

    .environment-eyebrow span {
        width: 11%;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .page-hero--environment {
        padding: 100px 0 72px;
    }

    .page-hero--environment h1 {
        width: 100%;
        margin: 11px 0 9px;
        font-size: 30px;
        line-height: 1.2;
    }

    .page-hero--environment .container {
        padding-inline: 10px;
    }

    .environment-content__inner {
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .environment-eyebrow {
        grid-template-columns: 40% 60%;
    }

    .environment-eyebrow span {
        width: 35%;
    }

    .environment-content h2 {
        margin-top: 10px;
        font-size: 24px;
        line-height: 1.4;
    }

    .environment-intro {
        margin-top: 20px;
        margin-bottom: 44px;
        font-size: 15px;
        line-height: 25.5px;
    }

    .environment-project {
        grid-template-columns: 1fr;
    }

    .environment-project__details h3,
    .environment-cta h3 {
        font-size: 20px;
        line-height: 1.4;
    }

    .environment-project__details p {
        margin-bottom: 24px;
        font-size: 15px;
        line-height: 25.5px;
    }

    .environment-media img.environment-media__car {
        height: 224.21875px;
    }

    .environment-media img.environment-media__logos {
        height: 92.96875px;
    }

    .environment-cta {
        padding: 60px;
    }

    .environment-cta__inner {
        width: 270px;
        padding: 10px;
    }

    .environment-cta__button {
        margin-top: 50px;
    }
}
