@media only screen and (min-width:0px) and (max-width: 567px){
    header h1{
        font-size: 30px;
        margin-top: 40px ;
        margin-bottom: 40px;
    
    }
    .banner-img img{
        margin-top: 10px;
        
    }
    .call-to{
        text-align: center;
        padding: 50px 0px;
    }


}