.BenefitCard_card__pZ_ud {
    border-radius: 12px;
    background: var(--background-accent);
    display: flex;
    flex-direction: column;
    align-items: baseline;
    padding: 20px;
    max-width: 100%;
    height: 294px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    background-blend-mode: overlay
}

.BenefitCard_title__joXWE {
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: -.02em;
    color: var(--text-primary-inverse);
    margin-bottom: 4px
}

.BenefitCard_text__IcgtS {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -.02em;
    color: var(--text-primary-inverse-oppacity);
    max-width: 275px
}