.alternate.section-item:nth-child(even),
.alternate.section-item:nth-child(even) {
  flex-direction: column;
}

.alternate.section-item:last-child {
  padding-bottom: 0;
}



@media screen and (min-width:1024px) {
  .alternate.section-item:nth-child(even) {
    flex-direction: row-reverse;
  }

  .alternate.section-item:nth-child(even) .text-container {
    margin-left: auto;
    margin-right: 0;
  }

  .alternate.section-item:nth-child(even) .multimedia-container,
  .alternate.section-item:nth-child(even) .blocks-container {
    padding-right: 0;
    padding-left: 4rem;
  }
}

@media screen and (min-width:1280px) {

  .alternate.section-item:nth-child(even) .multimedia-container,
  .alternate.section-item:nth-child(even) .blocks-container {
    padding-left: 0;
  }
}


@media screen and (min-width:1440px) {
  .alternate.section-item:nth-child(even) .text-container {
    padding-left: 3rem;
    padding-right: 0;
  }

  .alternate.section-item:nth-child(odd) .text-container {
    padding-right: 3rem;
  }

}

@media screen and (min-width:1920px) {
  .alternate.section-item:nth-child(even) .text-container {
    padding-left: 6rem;
    padding-right: 0;
  }

  .alternate.section-item:nth-child(odd) .text-container {
    padding-right: 6rem;
  }

}
