

@media (max-width:600px){
    h2 {
        font-size: 20px;
    }
}

@media (min-width:768px){
    h2 {
        font-size: 36px;
    }
}

