@media (max-width:567px)  {
    .top-single-logo{
        height: 50px;
        margin-bottom: 20px;
    }
    .banner, .banner-content{
        height: 300px;
    }
    .banner-content h1, .about-us h2{
        font-size: 40px;
        max-width: 100%;
    }
    .products h2, .styles-examples h2, .our-team h2, .custom-query h2{
        font-size: 20px;
    }
    .blue-section-content{
        padding: 0;
        margin-top: 20px;
    }
    .blue-section-image{
        margin-top: 30px;
        height: 250px;
    }
    .about-content, .map-details{
        padding: 0;
    }
    .map-details{
        margin-top: 20px;
    }
    .hours-col{
        text-align: left;
        margin-top: 30px;
    }
}
@media (min-width: 568px) and (max-width:1024px)  {
    .top-single-logo{
        height: 100px;
        margin-bottom: 20px;
    }
    .banner, .banner-content{
        height: 300px;
    }
    .banner-content h1, .about-us h2{
        font-size: 40px;
        max-width: 100%;
    }
    .products h2, .styles-examples h2, .our-team h2, .custom-query h2{
        font-size: 20px;
    }
    .blue-section-content{
        padding: 0;
        margin-top: 20px;
    }
    .blue-section-image{
        margin-top: 30px;
        height: 250px;
    }
    .about-content, .map-details{
        padding: 0;
    }
    .map-details{
        margin-top: 20px;
    }
}