@media screen and (min-width: 992px) and (max-width: 1199px){

}

@media (max-width: 980px){
 section.Blog-details {
    padding-top: 50px;
}
}
@media (max-width: 540px){
 section.Blog-details {
    padding-top: 40px;
}
  section.Blog-details img {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    height: 250px;
    object-fit: cover;
    float: none;
    margin-bottom: 20px;
}
}
@media (max-width: 360px){

}