@media (min-width: 992px) {
.type-posts-listing .news-wrapper .news-item:first-child {
width: calc(33.333% - 40px);
    background: #fff;
    max-width: 100%;
    border-left: none;
    margin: 0 20px 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1440px) {
.type-posts-listing .news-wrapper .news-item:first-child .image {
height: 23vw;
}
}
@media (min-width: 1440px) {
.type-posts-listing .news-wrapper .news-item:first-child .image {
height: 275px;
}
}
.type-posts-listing .news-wrapper .news-item:first-child .image img {
position: absolute;
}
.type-posts-listing .news-wrapper .news-item:first-child .text .title {
font-size: 1.8em;
}

.type-posts-listing .news-wrapper .news-item .text {
justify-content: flex-start;
}
}
@media (max-width: 1200px) {
.type-posts-listing .news-wrapper .news-item .text {
display: flex;
justify-content: flex-start !important;
}
}

@media (min-width: 768px) {
.type-category #content .category__secondDescription {
width: 89%;
}
}