.articles-slider {
    padding-top: 0;
    padding-bottom: 20px
}

.articles-slider__head {
    text-align: center;
    margin-bottom: 20px
}

.articles-slider__title {
    color: var(--black);
    font-size: var(--text-size-24);
    font-weight: var(--fw-normal);
    line-height: var(--lh-default)
}

@media (min-width: 1200px) {
    .articles-slider {
        padding-bottom: 80px
    }

    .articles-slider__head {
        margin-bottom: 40px
    }

    .articles-slider__title {
        font-size: var(--text-size-48);
        line-height: 1.16
    }
}
