
@media screen and (max-width:415px){
    h1{
        font-size: 25px;
    }
    
    section:nth-child(1) img,
    section:nth-child(3) img {
        width: 350px;
    }

}