@media (max-width:420px) {
    .img{
            background-size: cover;
    }
}


@media (max-width:400px){
    h2{
        font-size: 30px;
    }
}