.yanodeudas-alternative-card {
    display: flex;
    width: 330px;
    min-height: 277px;
    padding: 28px 28px 24px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 20px;
    background: #eff6ff;
}

.yanodeudas-alternative-card__content {
    width: 100%;
}

.yanodeudas-alternative-card__title {
    margin: 0;
    color: #000;
    font-family: Roobert, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.264px;
}

.yanodeudas-alternative-card__description {
    margin: 10px 0 0;
    color: #000;
    font-family: Roobert, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.264px;
}

.yanodeudas-alternative-card__arrow {
    display: inline-flex;
    width: 39px;
    height: 39px;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    background: #3266e3;
    transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.yanodeudas-alternative-card__arrow svg {
    display: block;
    width: 9px;
    height: 17px;
}

@media (max-width: 767px) {
    .yanodeudas-alternative-card {
        width: 100%;
        min-height: 236px;
        padding: 24px 22px 22px;
    }

    .yanodeudas-alternative-card__title {
        font-size: 18px;
        line-height: 25px;
    }

    .yanodeudas-alternative-card__description {
        font-size: 18px;
        line-height: 21px;
    }
}
