.newsboxes-wrapper {
    margin: 30px 0 5px;
}
.newsboxes-inner {
    display: flex;
    width: 100%;
}
.newsboxes-item {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}
.newsboxes-subheader {
    color: #6a6a6a;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px;
}
.newsboxes-subheader span a {
    color: #6a6a6a;
}

/* .site-inner .newsboxes-cat a {
    color: #6a6a6a;
} */

.newsboxes-title {
    color: #215b75;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 10px;
}
.newsboxes-title:hover {
    color: #FE9000;
}
.newsboxes-col-right .newsboxes-title {
    font-size: 16px;
}
.newsboxes-post_image figure {
    margin-top:0
}
.newsboxes-col-right .newsboxes-post_image figure {
    margin-bottom: 10px
}
.newsboxes-title a {
    color: inherit !important;
}
.newsboxes-excerpt {
     font-size: 15px;
    line-height: 1.4;
    margin-top: 10px;
}

@media only screen and (min-width: 992px) {
    .newsboxes-col-left {
        flex-basis: 40%;
        padding-right: 15px;
    }
    .newsboxes-col-right {
        flex-basis: 60%;
        padding-left: 15px;
    }
    .newsboxes-col-left .newsboxes-item {
        flex-direction: column;
    }

}
@media only screen and (max-width: 991px) {
    .newsboxes-col-left .newsboxes-title {
        font-size: 16px
    }
    .newsboxes-inner {
        flex-wrap: wrap
    }
    .newsboxes-col-left,
    .newsboxes-col-right {
        flex-basis: 100%;
    }
    .newsboxes-post_image figure {
        margin-bottom:10px
    }

}
@media only screen and (min-width:768px) {
    .newsboxes-col-right .newsboxes-post_image {
        flex-basis: 45%;
        flex-shrink: 0;
        margin-right: 20px;
    }

}
@media only screen and (max-width: 991px) and (min-width:768px) {
    .newsboxes-col-left .newsboxes-post_image {
        flex-basis: 45%;
        flex-shrink: 0;
        height: 100%;
        margin-right: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .newsboxes-item {
        flex-direction: column;
    }
}
