.main-page {
  margin: 100px 0;
}

@media only screen and (max-width: 768px) {
  .main-page {
    margin: 40px 0 60px;
  }
}