﻿.hero-banner {
    background: url('/assets/images/landing/about_us_hero_banner.png') no-repeat center center;
    background-size: cover;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 3rem;
}

    .hero-banner h1 {
        font-size: 4rem;
        font-weight: bold;
        color: white;
        margin-bottom: 10px;
        line-height: 4.3rem;
        text-align: center;
    }

.hero-banner-secondary {
    font-size: 2rem;
    text-align: center;
    line-height: 2.5rem;
    font-weight: 300;
}

.section-title {
    font-size: 2.5rem !important;
    line-height: 2.8rem;
    margin-bottom: 1rem;
}

.section-description {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 300;
}

.section-context {
    font-size: 1.3rem;
    line-height: 2rem;
}

.mission-section,
.values-section {
    padding: 3rem 0;
}

    .mission-section img,
    .values-section img {
        width: 100%;
        border-radius: 8px;
    }

.stats-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 200px;
}

    .stats-holder > span:first-of-type {
        font-size: 4rem;
        line-height: 4.5rem;
        color: var(--green);
        margin-bottom: 1rem;
    }

    .stats-holder > span {
        font-size: 1.3rem;
        line-height: 1.6rem;
    }
