@media only screen and (max-width: 767px) {
  .countdown-layout2 .countdown-section {
    height: 85px;
    margin-bottom: 15px;
  }
  .countdown-layout2 .countdown-section h3 {
    bottom: -5px;
  }
}

@media only screen and (max-width: 575px) {
  .countdown-layout2 .countdown-section {
    height: 70px;
    margin-bottom: 5px;
  }
  .countdown-layout2 .countdown-section h3 {
    bottom: -5px;
  }
}