
#marking-main-news-container{
    margin-top: 20px;
}

.marking-main-news-header{
    display: flex;
    flex-direction: row;
    justify-content: right;
    gap: 400px;

    align-items: center;
}

.marking-main-news-title{
    text-align: center;
}

.marking-main-news-button{
    text-align: right;
}

.main-page-news-row{
    border-bottom: 1px solid #eaeaea;
    padding: 30px 10px 30px 0;
}

.main-page-news-row-link{
    line-height: 30px;
    text-decoration: underline;
}