.news-box {
    padding: 20px;
    margin: 10px 20px;
    border-radius: 5px;
    color: #333333;
    font-size: 13px;
    font-weight: normal;
}

.news-box.news-box__header {
    display: flex;
    flex-direction: column;
}

.news-box.news-box__header h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.news-box.news-box__header span {
    font-size: 10px;
    font-weight: bold;
    margin: 0;
}