.cta__row {
    gap: 50px;
}

.cta__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
    color: var(--color-text-primary);
}


@media screen and (max-width: 991px) {
    .cta__row {
        flex-direction: column;
        text-align: center;
    }
}


@media screen and (max-width: 767px) {
    .cta__row {
        gap: 20px;
    }

    .cta__title {
        font-size: 27px;
        line-height: 32px;
    }
}
@media screen and (max-width: 575px) {
.cta__title {
        font-size: 25px;
        line-height: 32px;
        max-width: 70%;
    }
      }