.cta-clients {
    padding: 73px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    background-image: url(../../assets/images/clients-bg.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.cta-clients .cta-clients-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px 80px;
}

.cta-clients .cta-text h2 {
    font-weight: 400;
    color: #1d1d1d;
    text-align: left;
}

.cta-clients .cta-text em {
    font-style: normal;
    color: var(--bcc-1);
    font-weight: 700;
}

@media (max-width:1199px) {
    .cta-clients {
        padding: 64px 0;
    }

    .cta-clients .cta-clients-wrapper {
        gap: 16px 40px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .cta-clients .cta-text h2 {
        text-align: center;
    }
}

@media (max-width:991px) {
    .cta-clients {
        padding: 48px 0;
        /* margin: 20px 0; */
    }
}