.main_news {
    margin: 0 auto;
}

.main_news_block {
    display: flex;
    max-width: 800px;
    margin: 0 auto 20px;
    color: #000000;
}

.main_news_image {
    max-width: 50%;
    margin-right: 30px;
}

.main_news_text_wrapper {
    width: 100%;
}

.main_news_title {
    font-size: 20px;
    font-weight: 600;
}

.main_news_text {
    font-size: 16px;
}

.flexbox.other_news {
    flex-direction: row;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto !important;
}

.other_news .news_item {
    padding: 0;
    margin-right: 20px;
}

.other_news .news_item:last-child {
    margin-right: 0;
}

.news_img_wrapper {
    height: 100%;
}

.news_img_wrapper .news_img {
    max-height: 200px;
    height: 100%;
    object-fit: cover;
}

.news_item_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.more_news_wrapper {
    margin-top: 20px;
}

.more_news_block {
    width: fit-content;
    font-weight: 700;
}
