.b-news-main__cell h1 {
    font-size: 56px;
    line-height: 64px;
    text-transform: uppercase;
    color: #B28A2A;
}

.b-news-main__cell {
    gap: 20px;
}

@media (max-width: 768px) {
    .b-news-main__cell h1 {
        font-size: 36px !important;
    }
}

