.news_block__row{
    display: flex;
    gap: 100px;
}

.news_content .body1{
    margin-top: 50px;
    margin-bottom: 50px;
}
.news_content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.news_item_content{
    display: flex;
}
.news_item{
    display: flex;
    gap: 80px;
}
.news_item_text{
    color: #565656;
}
.news_items{
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.news_item_content{
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.news_item_read_more{
    display: flex;
    align-items: flex-end;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.single-post .news_cover {
	background: linear-gradient(118deg, #e6eefe 0%, #f3faff 100%);
        margin-top: 100px;
}
@media screen and (max-width: 991px){
    body .news_item{
        flex-direction: column;
        gap: 20px;
    }
    body .news_items{
        margin-bottom: 30px;
        gap: 18px;
    }
    .news_content{
        margin-bottom: 30px;
    }
    .news_content .body1{
        margin-top: 20px;
        margin-bottom: 0;
    }
    .news_block__row{
        flex-direction: column;
        gap: 0px;
    }

    .news_item_text {
        line-height: 120%;
    }

    .news_item {
        padding: 17px 10px;
        border-radius: 10px;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
        background: radial-gradient(198.13% 90.64% at 177.53% -19.59%, rgb(195, 218, 249) 0%, rgb(232, 234, 255) 100%);
    }
    
    .single-post .news_cover {
	background: linear-gradient(118deg, #e6eefe 0%, #f3faff 100%);
        margin-top: 60px;
}
}
@media screen and (min-width: 992px) and (max-width: 1200px){
    body .news_items{
        gap: 30px;
    }
    .news_block__row{
        flex-direction: column;
        gap: 50px;
    }
}