#home #baseContent .home-hero-copy {
    max-width: 30rem;
    margin: 0 auto;
}

#home #baseContent .home-hero-title {
    font-size: clamp(1.4rem, 2.8vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
    color: #212529;
    letter-spacing: 0.02em;
}

#home #baseContent .home-hero-lead {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    font-weight: 600;
    line-height: 1.35;
    color: #343a40;
}

#home #baseContent .home-hero-sub {
    font-size: clamp(1rem, 1.75vw, 1.2rem);
    font-weight: 400;
    line-height: 1.55;
    color: #495057;
}

#fun-facts .about-fact-deck {
    align-items: stretch;
    margin-right: -15px;
    margin-left: -15px;
}

#fun-facts .about-fact-deck .about-fact-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 15px;
    margin-left: 15px;
    padding: 3rem 1.75rem;
    min-height: 34rem;
}

#fun-facts .about-fact-content {
    flex: 1 1 auto;
    padding-bottom: 2rem;
}

#fun-facts .about-fact-stats {
    flex: 0 0 auto;
    padding-top: 1.5rem;
}

#fun-facts .about-fact-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1.25rem;
}

#fun-facts .about-fact-text {
    font-size: 1.0625rem;
    line-height: 1.7;
    margin-bottom: 0;
}

#fun-facts .about-fact-stat {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 1rem;
}

#fun-facts .about-fact-label {
    font-size: 1.125rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    #fun-facts .about-fact-deck .about-fact-card {
        padding: 3.5rem 2rem;
        min-height: 38rem;
    }

    #fun-facts .about-fact-title {
        font-size: 1.35rem;
    }

    #fun-facts .about-fact-text {
        font-size: 1.125rem;
    }

    #fun-facts .about-fact-stat {
        font-size: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    #fun-facts .about-fact-deck .about-fact-card {
        margin-bottom: 1.5rem;
        min-height: auto;
        padding: 2.5rem 1.5rem;
    }
}
