/* .blog-related-section { padding: 40px 0 120px; }  */
.blog-related-section { padding: 80px 0 0px; } 
.blog-related-section .inner-blog-relted-section { display: flex; flex-wrap: wrap; flex-direction: row-reverse; margin: 0 -10px; }
.blog-related-section .inner-blog-relted-section .item-blog-relted-section {width: 33.33%;padding: 0 10px;}
.blog-related-section .section-heading-title { text-align: right; margin-bottom: 50px; } 
.blog-related-section .inner-blog-relted-section .item-blog-relted-section .blog-related-image { background-position: 50%; background-repeat: no-repeat; background-size: cover; border-radius: 8px; display: block; height: 300px; width: 100%; } 
.blog-related-section .inner-blog-relted-section .item-blog-relted-section .feature_image { margin-bottom: 20px; }
.blog-recent-post-title { text-align: right; } 
.blog-recent-post-title h4 { direction: rtl; font-size: 22px; font-style: normal; line-height: 140%; margin-bottom: 10px; } 
{#.blog-related-section .inner-blog-relted-section .item-blog-relted-section .main-tag-author { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; display:none;} 
.blog-related-section .inner-blog-relted-section .item-blog-relted-section .main-tag-author span.date-wrap { align-items: center; display: inline-flex; }
.blog-related-section .inner-blog-relted-section .item-blog-relted-section .main-tag-author .author-name { padding-left: 10px; } #}
.blog-related-section .inner-blog-relted-section .main-tag-author h4 { font-size: 20px; }

@media(max-width:1200px){
/*     .blog-related-section { padding: 40px 0 100px; }  */
    .blog-related-section { padding: 40px 0 0px; } 
}

@media(max-width:991px){ 
/*     .blog-related-section { padding: 25px 0 80px; }  */
        .blog-related-section { padding: 25px 0 0px; }
}

@media(max-width:767px){
/*     .blog-related-section { padding: 25px 0 60px; }  */
/*     .blog-related-section { padding: 25px 0 0px; }  */
    .blog-related-section .inner-blog-relted-section .item-blog-relted-section { width: 100%; padding: 0; margin-bottom: 30px; } 
    .blog-related-section .inner-blog-relted-section .item-blog-relted-section:last-child { margin-bottom: 0; }
    .blog-related-section .inner-blog-relted-section { margin: 0; }
}