.card-vertical {
    padding: 44px 80px;
    background: #fff9d1;
    border-radius: 20px;
    font-family: Gordita, sans-serif;
}

.widget-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;


    margin: 0 auto;

    .subtitulo {
        text-align: center;
        color: #222;
        text-transform: uppercase;
        font-size: 14px;
    }

    .titulo {
        display: flex;
        flex-direction: column;
        align-items: center;

        h3, h2 {
            font-size: 40px !important;
            font-weight: 600;
            line-height: 1.2em;
            margin: 0;
            text-align: center;
        }


    }

    .widget-imagen img {
        border-radius: 24px;
        width: 100%;
        max-width: 600px;
        height: auto;
        object-fit: cover;
    }

    .widget-texto {
        flex: 1;
        color: #222;
        text-align: center;
    }

    .banner__enlace a {
        background: black;
        font-size: 14px;
        padding: 8px 24px;
        border-radius: 60px;
        text-decoration: none;
        position: relative;
        text-transform: none;
        bottom: auto;
        right: auto;
        color: #ffe319;

    }
}


.descripcion {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}


@media screen and (max-width: 768px) {
    .card-vertical {
        padding: 24px;
    }
    .widget-content {
        & .titulo {
            h3, h2 {
                font-size: 24px !important;

            }
        }
    }
}
