
@media only screen and (min-width:576px) {
    .hero--expand-01-2026 .hero__text p {
        font-weight: 400;
        font-size: clamp(1.125rem, 5vw, 1.5rem)!important;
    }
}

.business-tabs__labels ul li.active {
    background-color: var(--color-blue)!important;
    color: #fff!important;
    font-weight: 400!important;
}

.business-tabs__labels ul { 
    justify-content: space-around!important;
}

.business-tabs__labels ul li {
    font-weight: 400!important;
}

.business-tabs__image img {
    max-height: 600px!important;
    width: 100%!important;
    object-fit: cover;
}

.business-tabs__content p {
    font-size: 18px!important;
}

.business-tabs__content {
    padding: 3rem 1.875rem!important;
}

.business-tabs__labels ul li {
    padding: 0.59375rem 4.6875rem!important;
}

/* blog */
.post-preview__thumbnail img {
    max-height: 155px !important;
    width: 100% !important;
    object-fit: cover;
}

.post-preview__content {
    max-height: 198px;
    overflow: hidden;
}

/* clients */

.client-preview {
    height: stretch;
}

.client-preview__tags ul li {
    border: 0px!important;
    font-size: 11px;
}