@media (min-width: 990px) {
    #hero_top .container.av-section-cont-open {
        height: 75vh;
    }
}
.hero-title .av-special-heading-tag {
    font-weight: bold;
    text-shadow: 2px 2px 3px #00000091;
}

.hero-button .avia-button {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
.promo-tagline .special-heading-border {
    display: none !important;
}
@media (min-width: 1250px) {
    .promo-tagline {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap-reverse;
        column-gap: 25px;
        row-gap: 30px;
    }
}
.narrow-padding .template-page {
    padding: 20px 0 35px;
}