@media (min-width: 990px) {
    #hero_top .flex_column_table {
        width: 640px !important;
        max-width: 100% !important;
    }

    #hero_top .container {
        height: 70vh;
    }
}

#hero_top .content {
    padding-bottom: 100px;
}

#hero_top .flex_column {
    margin: 0 !important;
}

.hero-title h1.av-special-heading-tag {
    font-weight: bold;
}

.narrow-section .flex_column_table {
    width: 1024px !important;
    max-width: 100% !important;
    margin-inline: auto;
}

.avia-divider-svg {
    z-index: 2;
}

.round-image img {
    border-radius: 15px !important;
}

.offer-box-col svg {
    width: auto;
    height: 60px;
    fill: var(--secondary);
}

.feature-box img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: top center;
    border-radius: 15px !important;
}

.offer-box-col {
    margin: 0 !important;
}

.link-column {
    transition: .5s;
    border-color: #eee !important;
}

.link-column:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 6px 3px #e8e8e8;
    background-color: #f8f8f8 !important;
}

.feature-box {
    text-align: center;
}

.feature-box h3.team-member-name {
    margin-block: 25px;
    position: relative;
    padding-bottom: 15px;
}

.feature-box h3.team-member-name:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    left: calc(50% - 30px);
    bottom: 0;
    background: var(--tangelo);
}

.offer-box-col .wd-hybrid-box-link {
    margin-top: 25px;
}

.offer-box-col a.wd-hybrid-box-button {
    transition: .5s;
    border: 1px solid;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 6px;
}

.offer-box-col a.wd-hybrid-box-button:hover {
    background-color: var(--primary) !important;
    color: #fff;
}

@media (min-width: 990px) {    
    .single-solid-area .avia-button-wrap {
        min-width: 140px;
    }
}

.image-border img {
    border: 2px solid var(--secondary);
    padding: 3px;
    border-radius: 12px !important;
}