.home-hero__title,
.abc-services-overview__title,
.abc-case-performance__title,
.abc-process__title,
.abc-testimonials__title,
.abc-about__title,
.abc-contact__title {
    font-size: clamp(2.25rem, 3.55vw, 3.5rem);
}

@media (max-width: 47.99rem) {
    .abc-services-overview__header,
    .abc-case-performance__intro,
    .abc-process__intro,
    .abc-testimonials__header,
    .abc-about__intro,
    .abc-contact__intro {
        width: 100%;
        max-width: none;
        margin-inline: 0;
        text-align: left;
    }

    .home-hero__title,
    .abc-services-overview__title,
    .abc-case-performance__title,
    .abc-process__title,
    .abc-testimonials__title,
    .abc-about__title,
    .abc-contact__title {
        width: 100%;
        max-width: 100%;
        text-align: left;
    }

    .home-hero__description,
    .abc-case-performance__description,
    .abc-process__lead,
    .abc-about__description,
    .abc-contact__description {
        width: 100%;
        max-width: 100%;
        margin-inline: 0;
        text-align: left;
    }
}
