
@media (max-width: 980px){}

@media (max-width: 540px){

    section.blog-wrapper .col-12{
    padding:0;
}

.blog-content h4 a {
    font-size: var(--f20);
  
}

.blog-content h4 {
    margin-bottom:0;
}

.blog-detail-image img {
    height: 300px;
}

section.blog-detail-wrapper.mt-5 {
    padding-top: 40px;
    padding-bottom: 40px;
}

section.blog-detail-wrapper{
    padding:0;
}

}


