.marysmeal-section[data-section="02"] .marysmeal-text-1 {
    max-width: 385px;
}

.marysmeal-section[data-section="02"] .marysmeal-text-2 {
    max-width: 393px;
}

body,
  html {
    overflow-x: clip !important;
  }

  @media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .marysmeal-push__text {
    min-height: 38px;
}
.marysmeal-push-list__wrapper {
  width: 150%;
  padding-right: 50%;
  padding-left: 10px !important;
}

}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
  .marysmeal-push-list__wrapper {
    width: 200% !important;
    padding-right: 50% !important;
    padding-left: 10px !important;
  }
}

@media (max-width: 480px) {
.marysmeal-push-list__wrapper {
  width: 150%;
  padding-right: 50%;
  padding-left: 10px !important;
}
}

.marysmeal-push-list__wrapper {
  max-width: 1359px;
  padding-left: 360px;
}


























