
.fontSize1  .card-text {
    height: 50px;
}
.fontSize2 .card-text {
    height: 55px;
}
.fontSize3 .card-text {
     height: 40px;
 }

 .fontSize1 {
    font-size: 90% !important;
 }
 .fontSize2 {
    font-size: 96% !important;
}
.fontSize3 {
    font-size: 105% !important;
}
@supports not (-webkit-touch-callout: none) {
/* CSS for other than iOS devices */
    .fontSize1 {
        font-size: 90% !important;
    }
    .fontSize2 {
        font-size: 96% !important;
    }
    .fontSize3 {
        font-size: 105% !important;
    }
}
