@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .main-navbar .nav-link {
        font-size: calc(0.85vw + 3px);
    }
}