.card-custom {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: Arial, sans-serif;
    font-size: 24px; /* Ajusta el tamaño de la fuente según tus necesidades */
}
.card-custom .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.card-custom .card-body p {
    flex-grow: 1;
}
.card-custom .card-body .card-title {
    font-family: Arial, sans-serif;
    font-size: 24px; /* Ajusta el tamaño de la fuente según tus necesidades */
}
