

@media (max-width: 420px) {
    h2 {
        font-size: 1.2rem!important;
    }

    h3 {
        font-size: 1.1rem!important;
    }
}

h2 {
  font-size: 1.5rem;
}

h3 {
    font-size: 1.2rem;
}