.related_news_wrapper  {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
body .related-news-block .section_inner {
    display: flex;
    padding: 0!important;
}
@media(max-width: 767px) {
    body .related-news-block .section_inner {
       flex-direction: column;
    }
}
.related-news-block .title_wrapper {
    margin-bottom: 3rem;
}
.related-news-block .featured_image img {
    width: 100%;
    height: auto;
}
.related-news-block .featured_image  {
    width: 100%;
    height: 340px;
}
.related-news-block .featured_image img  {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover; 
}
.related-news-block .excerpt {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 1rem;
    line-height: 1.4;
}
.related-news-block .post h3 {
    margin-bottom: 1rem;
    line-height: 1.5;
	font-size: 23px;
    margin-top: 1rem;
}
.related-news-block .post p {
    font-size: 18px;
    line-height: 1.3;
}
.related-news-block .read_more_link {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    text-decoration: underline;
}
.related-news-block .post {
    height: 100%;
}
.related-news-block .col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 20px 0;
    transition: all 0.4s ease-in-out;
}
.related-news-block .post.col.col_one {
    flex: 0 0 100%;
    max-width: 100%;
}
.related-news-block .post.col.col_two {
    flex: 0 0 50%;
    max-width: 50%; 
}
.related-news-block .post.col.col_three {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.related-news-block .post.col.col_four {
    flex: 0 0 25%;
    max-width: 25%;
}
.related-news-block .post.col.col_five {
    flex: 0 0 20%;
    max-width: 20%;
}
@media(max-width: 767px) {
    .related-news-block .post.col.col_three {
        flex: 0 0 100%;
        max-width: 100%; 
    }
    .related-news-block .post.col.col_two {
        flex: 0 0 100%;
        max-width: 100%; 
    }
   .related-news-block .post.col.col_four {
        flex: 0 0 100%;
        max-width: 100%; 
    }
    .related-news-block .post.col.col_five {
        flex: 0 0 100%;
        max-width: 100%; 
    }
}

