.pricingdesc {
    height: 50px;
}

.pricingrate {
    height: 65px;
}

/* For small screens */
@media (min-width: 601px) and (max-width: 900px) {
    .pricingdesc {
        height: 85px;
    }
    
    .pricingrate {
        height: 60px;
    }
}

/* For extra-small screens and below */
@media (max-width: 600px) {
    .pricingdesc {
        height: 60px;
    }
    
    .pricingrate {
        height: 47px;
    }
}