/* ============================================================
   About Us — "We are HurryUp Cabs" editorial section
   ============================================================ */

.huc-about-company {
    background-color: var(--huc-lightGray-clr);
}

.huc-about-company-kicker {
    display: block;
    margin-bottom: 0.25rem;
    font-family: var(--font-secondary);
    font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.5rem);
    font-weight: 400;
    color: var(--huc-darkGray-clr);
}

.huc-about-company-title {
    margin: 0 0 1.5rem;
    font-family: var(--font-secondary);
    font-weight: 900;
    line-height: 1.1;
    font-size: clamp(2.25rem, 1.7rem + 2.4vw, 3.5rem);
    color: var(--huc-darkGray-clr);
}

.huc-about-company-text {
    font-size: 0.9375rem;
    line-height: 1.8;
    color: var(--huc-gray-clr);
}

.huc-about-company-text:not(:last-child) {
    margin-bottom: 1.5rem;
}

.huc-about-company-text:last-child {
    margin-bottom: 0;
}

/* ---- Responsive ---- */
@media (max-width: 991.98px) {
    .huc-about-company-row>div:first-child {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 575.98px) {
    .huc-about-company-kicker {
        font-size: 1.125rem;
    }

    .huc-about-company-title {
        font-size: 2rem;
    }

    .huc-about-company-text {
        font-size: 0.875rem;
        line-height: 1.7;
    }
}
