.news-other {
    padding-bottom: 150px;
}

.news-other__wrapper .news-other__title {
    display: flex;
    padding: 32px 0;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.news-other__wrapper .news-other__title {
    color: var(--color-primary--1);
    font-family: var(--font-europa);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 60px */
}

.news-other__list {
    max-width: 90%;
}



.swiper-slide {
    max-width: 300px;
}

@media all and (min-width: 750px) {
    .swiper-slide {
        max-width: 372px;
    }
}


@media all and (min-width: 1800px) {
    .news-other__list .view-content {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 40px;

    }
}