.flex-content.stats {
    padding: 5rem 0;
    background-color: var(--bs-light);
}
.flex-content.stats .title {
    font-size: 3rem;
    line-height: 1;
}

@media (max-width: 991px) {
    .flex-content.stats .title {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}