h3 {
    font-size: 3rem;
}

.about-us .counter {
    padding: 4.5rem 1.4rem 4.2rem;
    box-shadow: 0px 5px 40px 0px rgb(0 0 0 / 5%);
}

.about-section .section-subtitle {
    margin-bottom: .2rem;
}

.about-section .section-desc {
    margin-bottom: 8px;
    line-height: 1.6;
}

@media only screen and (min-width: 900px) {
    .about-section .section-desc {
        max-width: 28rem;
    }
  }

.is-hidden-mobile {
    display: none;
}

.is-hidden-tablet {
    display: block;
}

@media only screen and (min-width: 481px) {
    .is-hidden-mobile {
        display: block;
    }

    .is-hidden-tablet {
        display: none;
    }
} 

.about-section .section-title {
    margin-bottom: 2.2rem;
}
.about-us .section-title {
    letter-spacing: -.06em;
}
.lh-1 {
    line-height: 1 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}

.count-title {
    margin-bottom: .7rem;
    font-size: 2rem;
}

.ls-md {
    letter-spacing: -.03em !important;
}

.text-body {
    color: #666 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.pt-10 {
    padding-top: 5rem !important;
}
.mt-10 {
    margin-top: 5rem !important;
}