@media screen and (max-width: 780px) {
    h2{
        font-size:24px;
    }
    h3{
        font-size: 18px;
    }

}