@media(max-width:980px){


}
@media(max-width:540px){
 .common-banner-section .guides{
   width:100%;
   padding-left:12px;
   padding-right:12px;
  }
  .common-banner-section .guides h1 {
        font-size: 26px;
    }
      .common-banner-section .c-hero__background {
        height: 520px;
    }
section.Blog-details {
    padding-top: 40px;
}
  section.Blog-details img {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    height: 300px;
    object-fit: cover;
    float: none;
    margin-bottom: 25px;
}
}