section.alternating-content {
  margin: 3em 0;
  .content-alternating {
    .alternating-content-item {
      margin-bottom: 3em;

      &:nth-child(even) {
        .row {
          display: flex;
          flex-direction: row-reverse;
        }
      }
      .alternating-img {
          margin-bottom: 2em;
      }
    }
  }
}
