.multiLayout-standard.promo-25-75 .left .col-item {
  float: right;
}
.multiLayout-standard.promo-25-75 .left .content-horizontal {
  flex-direction: row-reverse;
}
.multiLayout-standard.promo-25-75 .row {
  margin-bottom: 52px;
}
.multiLayout-standard.promo-25-75 .row:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .multiLayout-standard.promo-25-75 .row {
    margin-bottom: 42px;
  }
  .multiLayout-standard.promo-25-75 .row:last-child {
    margin-bottom: 0;
  }
}
.multiLayout-standard.promo-25-75 .row:nth-child(odd) .alternate .col-item {
  float: right;
}
.multiLayout-standard.promo-25-75 .row:nth-child(odd) .alternate .content-horizontal {
  flex-direction: row-reverse;
}
.multiLayout-standard.promo-25-75 .row:nth-child(even) .alternate .col-item {
  float: left;
}
