.main {
  margin-top: 20px;
  margin-bottom: 40px;
  @media (max-width: $screen-md-min) {
    margin-top: 10px;
  }
}
