/* Big Tablet to 1200px (width smaller than 1140px row */

 .card-text{
         height:50px;
     }

@media only screen and (max-width: 1183px) {
    .card-text{
         height:75px;
     } 
}
 
/* Small Tablet to Big Tablet from 768 to 1023px */
@media only screen and (max-width: 990px) {
    .card-text{
         height:100px;
     } 
}
 
/* Small Phones to small Tablet 481-767px(Ipad) */
@media only screen and (max-width: 751px) {
    .card-text{
         height:50px;
     } 
}

@media only screen and (max-width: 505px) {
    .card-text{
         height:50px;
     } 
}

/*手機*/
@media only screen and (max-width: 430px) {
    .card-text{
         height:50px;
     } 
}
@media only screen and (max-width: 382px) {
    .card-text{
         height:75px;
     }     
}
@media only screen and (max-width: 345px) {
    .card-text{
         height:100px;
     }     
}
@media only screen and (max-width: 317px) {
    .card-text{
         height:100px;
     }     
}
@media only screen and (max-width: 270px) {
    .card-text{
         height:100px;
     }     
}
