.hero-title h1.av-special-heading-tag {
    font-weight: 400 !important;
    text-transform: none !important;
    line-height: 1.25;
}
.hero-button a {
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
   border-bottom: 3px solid #193c67 !important;
}
@media (min-width: 768px) {
  .hero-button a {
    font-size: 18px !important;
    padding: 18px 30px !important;
  }
}
.stat-box .avia-no-number {
    opacity: 1;
}
.stat-box .avia-animated-number-title {
    letter-spacing: 0;
    white-space: inherit;
    font-size: 27px;
    line-height: 1.25;
}
.stat-box .avia-single-number {
    font-weight: bold;
    color: var(--primary-color);
}
@media (min-width: 1250px) {
    .stat-box .avia-animated-number-title {
        font-size: 37px;
    }
}
.stat-box-first .avia-single-number {
    display: block;
}
.stat-box .avia-animated-number-content p {
    font-size: 0.8em;
}
.stat-col-area .flex_column_table {
    max-width: 1050px;
    margin: 0 auto;
}
.our-partner-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 25px;
    column-gap: 40px;
    align-items: center;
}
.our-partner-logos {
    padding: 0;
    text-align: center;
    margin: 0;
}
.our-partner-logos span img {
    width: auto;
    height: auto;
    max-width: 280px;
    max-height: 70px;
}