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

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

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

.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', uppercase, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #35003D;
}

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

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

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

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