.page-body-content-section .news {
    display: flex;
    flex-direction: column;
    background: #FFFFFF url(/images/news/page-background-37b6c2cfddf523772c341481da3b01a2.svg) right bottom no-repeat;
    backdrop-filter: blur(8px);
    gap: 20px;
}

@media (max-width: 1184px) {
    .page-body-content-section .news {
        background: #FFFFFF;
        gap: 10px;
    }
}

.news-header {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}

.news-header {
    gap: 10px;
}

.news-header-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 50px;
}

@media (max-width: 1184px) {
    .news-header-top .transition-button {
        display: none;
    }
}

.news-header-bottom {
    display: flex;
    flex-direction: row;
    justify-content: start;
    width: 100%;
}

.news-date {
    font-weight: 500;
    font-size: 14px;
    color: #35003D;
}

.news-title {
    font-family: 'Days One', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #35003D;
}

@media (max-width: 1184px) {
    .news-title {
        font-size: 18px;
    }
}

.page-body-content-section .news .buttons-panel {
    display: none;
}

@media (max-width: 1184px) {
    .page-body-content-section .news .buttons-panel {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .page-body-content-section .news .buttons-panel:before {
        content: '';
        height: 3px;
        width: 100%;
        background: #35003D;
    }
}

.preview--news:nth-child(1n) {
    background: #FFFFFF url(/images/news/preview-background-1-a561e4be7eec56734d4fd12a0e07d7e0.svg) right bottom no-repeat;
}

.preview--news:nth-child(2n) {
    background: #FFFFFF url(/images/news/preview-background-2-9e14a701a12b2d267842d6b29b4e0f29.svg) right top no-repeat;
}

.preview--news:nth-child(3n) {
    background: #FFFFFF url(/images/news/preview-background-3-b7a952b8046b636b8a4d793e6946f5f9.svg) left bottom no-repeat;
}

.preview--news:nth-child(4n) {
    background: #FFFFFF url(/images/news/preview-background-4-6ea7d8c9fabf985c1a17abce5999dd99.svg) left top no-repeat;
}

@media (max-width: 1184px) {
    .preview--news:nth-child(1n),
    .preview--news:nth-child(2n),
    .preview--news:nth-child(3n),
    .preview--news:nth-child(4n) {
        background: #FFFFFF;
    }
}