.pp-sections-info--alt1 > .pp-sections-info__inner > .l-flex__inner {
  align-items: center;
}

.pp-sections-info--alt2 > .pp-sections-info__inner > .l-flex__inner {
  align-items: stretch;
}

.pp-sections-info__item--content {
  flex: 1 1 0;
}

.pp-sections-info__item--image {
  flex: 0 0 9rem !important;
  align-self: center;
}

.pp-sections-info--alt1 .pp-sections-info__item--1 {
  text-align: right;
}

@media (max-width: 799px) {
  .pp-sections-info--alt2 > .pp-sections-info__inner > .l-flex__inner {
    justify-content: center;
    text-align: center;
  }

  .pp-sections-info--alt2 .pp-sections-info__item--content {
    flex: 0 0 100%;
  }
}
