@media screen and (max-width: 1200px){
    h1 {
        font-size:2rem;
    }


    .title img {
        max-width: 100%;
    }

}