.related_articles_section.isrtl{
direction: rtl;
}
.related_articles li .excerpt_section{
margin-bottom: 10px;
}
.related_articles li .text_section{
width: 90%;
display: inline-block;
vertical-align: top;
}
.related_articles li .image-section{
width: 10%;
display: inline-block;
}
@media screen and (max-width:600px){
.related_articles li .text_section{
width: 100%;
}
.related_articles li .image-section{
width: 100%;
}
}