.v-btn--outlined {
    background: #f5f4f3 !important;
    border-color: #f5f4f3 !important;
}
.v-btn.primary {
    transition: all .2s ease;
}
.v-btn.v-btn--has-bg:hover {
    background: #37aeb3 !important;
    border-color: #37aeb3 !important;
}
.v-application a.nav-menu__item.nuxt-link-exact-active, .v-application a.nav-menu__item:hover {
    color: #37aeb3 !important;
}
.header-layer .container {
    max-width: unset !important;
}
.models__grid-title::before, .models__grid-title::after {
    display: none !important;
}
@media (min-width: 1200px) {
    .v-application div.container {
        max-width: 1920px;
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media (max-width: 1200px) {
    .v-application .header-layer .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.news-card__title {
    margin-top: 5px;
}

.app-content.v-application .text-mob-h2, .app-content.v-application .text-lg-h2, 
.app-content.v-application .text-mob-h1, .app-content.v-application .text-lg-h1,
.app-content.v-application .text-h1, .app-content.v-application .text-h2{
    font-family: var(--secondaryFont) !important;
}