.top-spacer{
    height: 180px;
}

@media only screen and (max-width: 600px) {
    .top-spacer{
        height: 100px;
    }
  }