.evo-card-vertical {
padding:  16px;
width: 100%;
.titulo {
font-size: 24px;
text-align: center ;
}
.enlace {
text-align: center ;
}
a{
color: #940035 ;
font-size: 16px;
font-weight: bold ;
text-decoration: none ;
}
.imagen {
img {
width: 100%;
height: 250px;
object-fit: contain;
}
}
}