@media (min-width: 768px) {
    .md\:height-card {
        min-height: 7rem
        ;
    }
    .md\:h-card-single-visa {
        min-height: 4rem
        ;
    }
}

.width-custom-service {
    width: 90%;
}

@media (min-width: 768px) {
    .md\:width-custom-service {
        width: 50%;
    }
}

.height-custom-modal {
    height: 27rem;
}

.height-medical {
    height: 56vh;
}

@media (min-width: 768px) {
    .md\:height-custom-modal {
        height: 32rem;
    }
}
