@media (min-width: 720px), screen and (orientation: landscape) {

.half {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

}