.news {
    margin: 0 auto;
    max-width: 1440px;
}

.news__list {
    justify-content: space-between;
    max-width: 1200px;
}

.news__title {
    font-size: 26px;
    font-weight: 700;
    padding: 0 30px;
    text-align: left;
}

@media (min-width: 768px) {
    .news__title {
        font-size: 36px;
        padding: 0 60px;
    }
}

@media (min-width: 1024px) {
    .news__title {
        font-size: 44px;
        padding: 0 80px;
    }
}

.news__title span {
    color: var(--color-text-accent);
}

.news__swiper--wrapper {
    padding: 0 30px !important;
}

@media (min-width: 768px) {
    .news__swiper--wrapper {
        padding: 0 60px !important;
    }
}

@media (min-width: 1024px) {
    .news__swiper--wrapper {
        padding: 0 80px !important;
    }
}

.news-list__item {
    height: 300px !important;
}

.news-swiper-pagination {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.swiper-pagination-bullet {
    height: 16px !important;
    width: 16px !important;
    border-radius: 32px !important;
    background-color: #bebebe !important;
}

.swiper-pagination-bullet-active {
    background-color: #D9D9D9 !important;
}
