@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .section-heading {
        font-size: calc(1.5vw + 1px) !important;
    }
}