.lsg-page {
  padding: 48px 0 70px;
}

@media only screen and (min-width: 768px) {
  .lsg-page {
    padding: 64px 0 70px;
  }
}

.lsg-page .lsg-h1 {
  margin-bottom: 22px;
}

@media only screen and (min-width: 768px) {
  .lsg-page .lsg-h1 {
    margin-bottom: 40px;
  }
}
