@media only screen and (min-width: 1000px) {
  .important-date {
    min-height:150px;
  }

  .what-to-do {
    min-height:410px;
  }
}