@media screen and (min-width: 737px), print {
  section.paragraph.custom01 .inner {
    margin-top: 130px !important;
  }
}

@media screen and (min-width: 737px), print {
  section.paragraph.custom02 .inner {
    margin-top: 125px !important;
  }
}

@media screen and (min-width: 737px), print {
  section:last-of-type {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 736px) {
  section:last-of-type {
    margin-bottom: 35px;
  }
}
