@media (min-width: 768px) {
  body main > section:first-of-type {
    box-sizing: border-box;
    height: 700px !important;
    min-height: 700px !important;
  }
}
