.news-header-columns {
    width: 100%;
    padding: 10px 0px;
    display: inline-flex;
    gap: 2rem;
}

.news-list-header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.15em;
    bottom: 1.2em;
    width: 5px;
    background: var(--logo-blue);
    border-radius: 2px;
}

.news-list-header h2 {
    margin: 0;
    font-size: 1.6rem;
    font-family: "Mariupol-Bold", sans-serif;
    color: var(--secondary-text);
}
