.top-spacer{
    height: 160px;
   
}
@media (max-width: 600px) {
    .top-spacer{
      height: 80px;
    }
  }