@media only screen and (min-width: 0px) {
  .full-page-slide + .component.intro-text .cell.wrapper {
    padding-top: 10px;
  }
  .component.intro-text .wrapper p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
  }
  .component.intro-text .cell.wrapper {
    /*min-height: 125px;*/
  }
}
@media only screen and (min-width: 640px) {
  .folded-hero + .component.intro-text .cell.wrapper {
    padding-right: 40px;
  }
  .component.intro-text .wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  .folded-hero + .component.intro-text .cell.wrapper {
    min-height: 125px;
  }
  .component.intro-text .wrapper p {
    font-size: 20px;
    line-height: 32px;
  }
}