/* BANNER STYLE */
.banner-grid {
    max-height: 656px;
    grid-template-rows: min-content auto;
}

.banner__heading {
    color: var(--primary-dark);
    padding-right: 5rem;
    margin-bottom: 4.25rem;
}

.banner__subheading {
    line-height: 28px;
}

.banner__heading h3 {
    font-weight: 600;
}

:is(.banner__heading, .banner__subheading) mark {
    background: linear-gradient(to top, transparent 24%, var(--secondary-main) 24%, var(--secondary-main) 45%, transparent 45%);
}

/* CALL TO ACTION STYLE */



@media only screen and (max-width: 600px) {

    .banner__subheading,
    .banner__heading {
        padding-right: 0;
    }


    .what-we-do__title h2 {
        font-size: 40px;
    }

    .footer-grid {
        grid-template-columns: 5% auto 5%;
    }
}

@media only screen and (max-width: 375px) {


    .banner__title p {
        width: unset;
    }

    .clients-grid {
        height: 40vh;
    }

}
