.home-authority {
    padding: 3rem 0;
    background: #f0f4f7;
}

.home-authority .inner-container {
    padding: 2rem 2.5rem;
}

.home-authority__title {
    font-size: 1.75rem;
    color: #1b4d6e;
    margin: 0 0 1rem;
    font-style: italic;
}

.home-authority__lead {
    max-width: 52rem;
    margin: 0 0 2rem;
    font-size: 0.98rem;
    line-height: 1.65;
    color: #2a2a2a;
}

.home-authority__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 991px) {
    .home-authority__stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .home-authority__stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .home-authority .inner-container {
        padding: 1.5rem 1.25rem;
    }
}

.home-authority__stat {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 14px rgba(27, 77, 110, 0.1);
    padding: 1.75rem 1.25rem;
    text-align: center;
}

.home-authority__value {
    display: block;
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 700;
    color: #1b4d6e;
    margin-bottom: 0.5rem;
    font-style: normal;
}

.home-authority__label {
    display: block;
    font-size: 0.9rem;
    line-height: 1.4;
    color: #3d3d3d;
}
