/*your custom css goes here*/ 
@media (min-width: 768px){
.h-md-40px {
    height: 60px !important;
}}
@media only screen and (min-width : 1224px) {
 .h-md-40px {
    height: 60px !important;
}
}
@media only screen and (min-width : 1501px) {
  .h-md-40px {
    height: 80px !important;
}
}