:root {
    --body-font: 'DM Sans', sans-serif;
    --second-family: 'Plus Jakarta Sans', sans-serif;
    --color-text-dark: #0f172a;
    --color-text-muted: #64748b;
}

.section-stats {
    padding-block: 64px;
    background-color: #f5f5f5;
}

.section-stats .container {
    max-width: 1590px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-stats .row {
    justify-content: center;
    text-align: center;
    row-gap: 1.5rem;
}

.section-stats .col-md-4 h3 {
    font-size: 54px;
    margin-bottom: 8px;
    font-family: var(--second-family);
    font-weight: 700;
    color: #292929;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.section-stats .desc {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    color: #161616;
    font-family: var(--body-font);
    font-weight: 400;
}

.highlight {
    font-weight: 600;
    color: #292929;
    font-size: 42px;
    display: inline-block;
    margin-left: 8px;
}

@media (max-width: 992px) {
    .section-stats .col-md-4 h3 {
        font-size: 42px;
    }
    .highlight {
        font-size: 32px;
    }
    .section-stats .desc {
        font-size: 16px;
    }
}
