@media screen and (max-width: 812px) {
    h2.heading {
        font-size: max(min(3.8vw, 26px), 16px);
        margin: 10px;
    }
}
