@media only screen and (min-width: 1069px) {
  .section-headline {
    padding-right: unset;
    padding-left: 40px;
  }
}

.section-platforms .garageband-mac:after {
  right: unset;
  left: 0;
}

.section-ios-garageband .ios-garageband-icon {
  margin-left: unset;
  margin-right: -22px;
}

.section-platforms .garageband-mac-icon, .section-platforms .remote-icon {
  margin-left: unset;
  margin-right: -15px;
}

@media only screen and (max-width: 735px) {
  .section-ios-garageband .ios-garageband-image {
    margin: 20px -30px 0 0;
  }
}

.gallery-row .paddlenav .paddlenav-arrow.paddlenav-arrow-previous {
  right: -70px;
}
.gallery-row .paddlenav .paddlenav-arrow.paddlenav-arrow-next {
  left: -70px;
}

.section-platforms .logic-pro-mac-icon {
  margin-right: -15px;
}

@media only screen and (min-width: 1069px) {
  .section-powerful-synths .section-content div .row.copy,
  .section-jam-with-drummers .section-content div .row.copy {
    margin-right: 10%;
  }
}

@media only screen and (max-width: 1068px) and (min-width: 736px) {
  .section-powerful-synths .section-content div .row.copy,
  .section-jam-with-drummers .section-content div .row.copy {
    margin-right: 11%;
  }
}