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

.card_p {
    font-family: 'Noto Sans TC';
    font-size: 16px;
    color: #212529;
    border: none;
    font-weight: 400;
}

.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;
    }
}
