:root {
  --theme-mp-distance-big: 120px;
  --theme-mp-distance-small: 80px;
}

.go3-mrg-bottom {
  margin-bottom: var(--theme-mp-distance-big) !important;
}

.go3-pad-bottom {
  padding-bottom: var(--theme-mp-distance-big) !important;
}

@media (max-width: 781px) {
  :root :where(.has-global-padding) {
    padding: 0 16px !important;
  }

  .go3-mrg-bottom {
    margin-bottom: var(--theme-mp-distance-small) !important;
  }

  .go3-pad-bottom {
    padding-bottom: var(--theme-mp-distance-small) !important;
  }
}
