section.hero {
    min-height: 310px;
    height: auto;
    min-height: unset;
}

section.hero img{
    display: block;        
    width: 100%;
    height: auto;
}

.blog-content-de h6 {
    font-family: 'Arada-Light';
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 16px;

}
.rtl .blog-content-de h6 {
    font-family: 'Cairo-Light';
}
 .pt-5{
    margin-top: 30px;
    margin-bottom:30px;
    font-family: 'Arada-Bold';
    font-size: 24px;
 
 }
 .rtl .pt-5{
       font-family: 'Cairo-Bold';
   }
 .related-news {
    margin-top: 30px;
    margin-bottom:30px;
    font-family: 'Arada-Regular';
    font-size: 18px;
 }
 
 .rtl .related-news {
    font-family: 'Cairo-Bold';
 }

 .related-news a.related-link{
    font-family: 'Arada-Light';
    font-size: 18px;
 }
 .rtl .related-news a.related-link{
    font-family: 'Cairo-Light';
 }
 .news-related-title{
    font-family: 'Arada-Light';
    font-weight: normal;
    font-size: 18px;
}

.news-listing ul li {
    list-style-type: none;
    margin-left: 26px;
   }
.news-listing ul li, .news-listing ul li strong {
    font-family: Arada-Bold !important;
}
.rtl .news-listing ul li, .rtl .news-listing ul li strong {
    font-family: Cairo-Bold !important;
}
.news-listing ul li::before {
    content: " ";
    border: 5px solid #1b1b1b;
    border-radius: 99rem;
    height: 0;
    width: 0;
    margin-top: 5px;
    margin-left: -1.5rem;
    position: absolute;
}
.news-listing img {
    width: 100%;
    height: auto;
}
.news-listing p {
    font-family: 'Arada-Light';
    font-size: 16px;
    padding-top: 1.5rem!important;
    text-align: justify;
}
body.latest_news-template-default.single.single-latest_news section.hero {
    margin-top: 80px;
}

body.latest_news-template-default.single.single-latest_news section.hero .container-md {
    position: relative;
    height: 100%;
}


.rtl .news-listing p{
    font-family: 'Cairo-Light';
}
.rtl .news-listing ul li::before {
    margin-right: -1.5rem;
}
.rtl .news-listing ul li {
    list-style-type: none;
    margin-right: 26px;
}
.rtl span.news_date {
    display: inline-block;
    direction: ltr;
}

@media only screen and (max-width: 768px){

    .pt-5{
       font-size: 20px;
    }
    .blog-content-de h6{
        font-size: 14px;
    }
    .news-listing p {
               font-size: 16px;
    }      
    
    .related-news{
       font-size: 16px;
       font-family: 'Arada-Bold';
     }

     .related-news a.related-link{
              font-size: 18px;
     }

     .news-listing ul li {
        padding-bottom: 10px;
    }
    .news-listing p {
        padding-top: 1rem!important;
    }
}

@media only screen and ( max-width: 560px) {
    section.hero {
        min-height: 310px;
        height: auto;
        min-height: unset;
    }
}