@media screen and (min-width: 992px) and (max-width: 1199px){
.container{
        max-width: 960px;
    }
}
@media (max-width: 991px){
.container{
        max-width: 720px;
}
section.banner-section {
    height: 550px;
    }
    section.banner-section h1 {
    font-size: 45px;
    margin-bottom: 0px;
}
section.blog-details .container {
    padding: 80px 40px 20px 40px;
    background: #fff;
    margin-top: -100px;
}
section.blog-details h2{
font-size: var(--f40);
margin-bottom: 40px;
}
section.blog-details h3 {
    font-size: var(--f32);
    }
    section.blog-details h1 {
    font-size: 45px;
}
section.blog-details{
padding-bottom: 80px;
}
}
@media (max-width: 540px){
        section.banner-section {
        height: 300px;
    }
    section.banner-section h1 {
        font-size: 34px;
    }
    section.blog-details .container {
        padding: 60px 15px 20px 15px;
        background: #fff;
        margin-top: 0;
        text-align: center;
    }
    section.blog-details h2 {
        font-size: var(--f34);
        margin-bottom: 30px;
        text-align: center;
    }
    section.blog-details p {
    text-align: center;
}
        section.blog-details h3 {
        font-size: var(--f28);
            text-align: center;
    }
    section.blog-details h4 {
    font-size: 26px;
    line-height: 1.3;
        text-align: center;
}
section.blog-details {
        padding-bottom: 60px;
        text-align: center;
    }
        section.blog-details h1 {
        font-size: 35px;
            text-align: center;
    }
}