/* HERO Area Style  */
#hero_alt .flex_column_table {
    max-width: 700px;
}
@media (min-width: 768px) {
    #hero_alt {
        position: relative;
        z-index: 9;
        background-position: 50% 25%;
    }
    #hero_alt .template-page {
        padding: 80px 0 0;
    }   
    #hero_alt .flex_column_table {
        transform: translateY(75px);
    }
    .desktop-padding .template-page {
        padding-top: 120px !important;
    }
}
#hero_alt .flex_column {
    backdrop-filter: blur(5px) saturate(200%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
}
/* HERO Area Style - END  */
.avia-team-member {
    text-align: center;
}