.news-intro-section {
    position: relative;
    padding-top: 32px;
    height: 200px;
    background: linear-gradient(78.18deg, #6136CA -62.48%, #5F3BB9 37.14%, #6744BD 82.53%, #5435A0 174.43%);
}

@media screen and (min-width: 1560px) {
    .news-intro-section {
        margin-top: 33px;
    }
}

.news-intro-section__breadcrumbs {
    margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
    .news-intro-section__breadcrumbs {
        margin-bottom: 16px;
    }
}

.news-intro-section__title {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .news-intro-section__title {
        font-size: 48px;
    }
}

.news-intro-section::after {
    content: '';
    position: absolute;
    width: 220px;
    height: 138px;
    background: url("../img/news-page-decor.png") no-repeat center/contain;
    z-index: 1;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
    .news-intro-section::after {
        transform: translateX(0);
        left: auto;
        right: 36px;
        top: 5px;
        bottom: auto;
        width: 295px;
        height: 180px;
    }
}

@media screen and (min-width: 1116px) {
    .news-intro-section::after {
        right: calc(50% - 510px);
    }
}

.news-list-section {
    margin-top: 16px;
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
}

.news-list-section__list {
    padding: 0;
    margin: 0 0 16px 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media screen and (min-width: 768px) {
    .news-list-section__list {
        display: grid;
        gap: 0 8px;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 768px) {
    .news-list-section {
        margin-top: -30px;
        padding-bottom: 64px;
    }
}
