body,h1, h2, h3, h4, h5, h6,.header_area .navbar .nav .nav-item .nav-link{
      font-family: "Roboto", sans-serif;
}
.single-recent-blog-post .thumb img , .single-post-list .thumb img{
    width:100%;
    height:auto;
    aspect-ratio: 1/.7;
    object-fit: cover;
}
.brand__logo img{
    width:100%;
    height:auto;
}
img{
    width:100%;
}
.brand__logo{
    width:180px;
    padding:10px 0;
}
.main_blog_details iframe{
    width:100%;
    height:auto;
    aspect-ratio: 16/9;
}
.main_blog_details img{
    width:100%;
}
.single-recent-blog-post .details{
    padding-top:15px;
}
.widget-wrap .single-sidebar-widget__title{
    margin-bottom: 20px;
}
.widget-wrap .single-sidebar-widget__title::after{
    bottom:-5px;
    content: none;
}
.sidebar-widgets{
    margin-top:50px;
}
ul{
    list-style: disc;
    padding-left:35px;
    margin-bottom: 20px;
}
.main_blog_details{
    margin: 25px 0;
}
.main_blog_details h4{
    font-size: 26px;
}
.heateor_sss_sharing_ul > a{
    margin-right:10px;
}

.main_blog_details .user_details{
    margin-bottom: 15px;
}
.blog-post-area.section-margin .row > div > .row{
    margin-top: 15px;
    margin-bottom: 15px;
}
@media(max-width:990px){
    .header_area .navbar .nav .nav-item .nav-link{
        color:#fff;
    }
    ol{
        padding-left: 20px;
    }
    .single-sidebar-widget.popular-post-widget .row >div {
        margin-bottom: 20px;
        
    }
    .widget-wrap ,.widget-wrap .single-sidebar-widget{
        margin-top: 0;
    }
}