

.custom-card_movil {
    position: relative;
    overflow: hidden;
    transition: margin-bottom 0.5s ease;
}

.card-text_movil {
    font-family: 'BebasNeue-Bold';
    color: black;
    text-wrap: wrap;
    font-size: 15px;
}


.custom-card_movil .card-text_movil {
    max-height: auto;
    transition: max-height 0.5s ease-out;
}


.card-title_movil{
    font-size: 30px;
}