.newsboxes-recent-wrapper {
    margin-top: 30px;
    margin-bottom: 5px;
}
.newsboxes-recent-item {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}
.newsboxes-recent-subheader {
    color: #6a6a6a;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px;
}
.newsboxes-recent-subheader a {
    color: #6a6a6a;
}

.newsboxes-recent-title {
    color: #161616;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 10px;
}
.newsboxes-recent-title a {
    color: #215b75;
}
.newsboxes-recent-title a:hover {
    color: #FE9000;
}

.newsboxes-recent-post_image figure {
    margin-top:0;
    margin-bottom: 10px
}
.newsboxes-recent-excerpt {
     font-size: 15px;
    line-height: 1.4;
    margin-top: 10px;
}
.faReadMoreDiv.newsBoxesPartTwoload {
    display: table;
    margin: 0 auto 30px
}
@media only screen and (min-width: 768px) {
    .newsboxes-recent-item {
        flex-direction: column;
    }

}
/* @media only screen and (max-width: 991px) and (min-width:768px) {
    .newsboxes-recent-post_image {
        flex-basis: 45%;
        flex-shrink: 0;
        height: 100%;
        margin-right: 20px;
    }
} */
@media only screen and (max-width: 767px) {
    .newsboxes-recent-item {
        flex-direction: column;
    }
}
