.mb-related-articles-middle{
	display: flex;
    justify-content: flex-start;
    align-items: self-start;
    width: 100%;
}

.mb-related-articles-middle h5{
	font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
	width:12%;
}

.mb-middle-related-article-list{
	list-style: none;
	margin:0;
	padding: 0;
	width: 88%;
}

.mb-middle-related-article-box{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.mb-middle-related-article-img{
	width: 20%;
	height:135px;
	position: relative;
}

.mb-middle-related-article-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mb-middle-related-article-content{
	width: 80%;
	padding-left: 45px;
	position: relative;
}

.mb-middle-related-article-content h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 8px;
    padding-bottom: 5px;
    padding-top: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.mb-middle-related-article-content h3:hover,
.mb-middle-related-article-content h3:focus,
.mb-middle-related-article-content h3:active,
.mb-middle-related-article-content a:hover,
.mb-middle-related-article-content a:active,
.mb-middle-related-article-content a:focus{
	text-decoration: none !important;
	color: #26547c;
}

.mb-articles-author-date{
	color: #999;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
}

.mb-articles-author-date span {
    margin-left: 5px;
}

@media (max-width: 768px) {
	
	.mb-related-articles-middle {
        display: block;
    }
	
    .mb-related-articles-middle h5, 
	.mb-middle-related-article-list {
        width: 100%;
    }
	
	.mb-middle-related-article-img {
        width: 32%;
    }
	
	.mb-middle-related-article-img a {
        height: 135px;
    }
	
	.mb-middle-related-article-content {
        width: 68%;
        padding-left: 30px;
    }
	
	.mb-middle-related-article-content h3 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 4px;
    }
	
	.mb-articles-author-date {
        font-size: 10px;
        line-height: 20px;
    }
}