#hero_top {
    background-position: 50% 35%;
}

@media (min-width: 768px) {
    #hero_top .av-section-color-overlay {
        background-color: transparent !important;
        background-image: linear-gradient(to right, rgb(34 59 94 / 75%), rgb(1 120 183 / 50%), transparent 85%);
        opacity: 1 !important;
    }
    
    #hero_top .container {
        height: 70vh;
    }
}

.hero-title .av-special-heading-tag {
    font-weight: bold !important;
}

.hero-title .av-subheading {
    width: 750px;
    max-width: 100% !important;
}

.hero-button .avia-button {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-block: 15px !important;
}

.alt-heading .av-special-heading-tag {
    letter-spacing: 0 !important;
}

.link-column {
    padding: 25px;
}

.link-card .team-img-container {
    background: #fff;
    width: 90px;
    height: 90px;
    margin-inline: auto;
    border-radius: 100%;
    border: 2px solid var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.link-card svg {
    width: auto;
    height: 55px;
    transition: .5s;
}

.block-link:hover + .avia_codeblock_section + .link-card h3.team-member-name {
    color: var(--primary) !important;
}

.block-link:hover + .link-card .team-img-container {
    background: var(--primary);
}

.block-link:hover + .link-card .team-img-container svg {
    fill: #fff;
}

.custom-grid {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 50px;
    row-gap: 20px;
    align-items: center;
}

.custom-grid .flex_column {
    width: 100% !important;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) {
    .custom-grid {
        grid-template-columns: 3fr 2fr;
    }
}

.custom-grid .flex_column:before,
.custom-grid .flex_column:after {
    display: none !important;
}

.simple-iconbox {
    display: flex;
    column-gap: 25px;
}

.simple-iconbox .wd-hybrid-box-image {
    width: 60px;
}

.simple-iconbox .wd-hybrid-box-content {
    width: calc(100% - 85px);
    text-align: left;
}