@media (max-width: 767px){
.card__information .card__heading {
min-height: 16vw !important;
}
}
you can try with this code
@media (max-width: 767px){
.card__information .card__heading {
min-height: 16vw !important;
}
}
you can try with this code