.text_with_cta_card__title.h1 {
    margin: 0 0 12px;
}

.text_with_cta_card__description {
    color: #000;
    font-weight: 400;
    font-size: clamp(15px, 28 * (100vw / 1920), 28px);
    line-height: clamp(16px, 32 * (100vw / 1920), 32px);
}

.text_with_cta_card__description--main *,
.text_with_cta_card__description--cta * {
    color: #000;
}

.text_with_cta_card__description p {
    margin: 0 0 clamp(8px, 12 * (100vw / 1920), 12px);
}

.text_with_cta_card__description p:last-child {
    margin-bottom: 0;
}

.text_with_cta_card__description--main {
    margin-bottom: clamp(26px, 84 * (100vw / 1920), 84px);
}

.text_with_cta_card__description--cta {
    margin-bottom: clamp(16px, 28 * (100vw / 1920), 28px);
}

.text_with_cta_card__cta {
    display: flex;
    align-items: center;
    gap: clamp(28px, 140 * (100vw / 1920), 140px);
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    padding: clamp(20px, 56 * (100vw / 1920), 56px) clamp(20px, 84 * (100vw / 1920), 84px);
}

.text_with_cta_card.grey .text_with_cta_card__cta {
    background: #fff;
}

.text_with_cta_card.white_bg .text_with_cta_card__cta {
    background: #ededed;
}

.text_with_cta_card__cta_title.h1 {
    flex: 0 0 auto;
}

.text_with_cta_card__cta_content {
    flex: 1 1 auto;
}

.text_with_cta_card__cta_link {
    display: inline-block;
    font-size: clamp(17px, 33 * (100vw / 1920), 33px);
    line-height: clamp(19px, 36 * (100vw / 1920), 36px);
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 0.25em;
    text-transform: uppercase;
    color: #000;
}

@media (max-width: 768px) {
    .text_with_cta_card__cta {
        flex-direction: column;
        align-items: flex-start;
    }
}
