.contentAndCustomModuleContainer {
  padding: 1rem 0;
  @include flex-direction(column);
  @include min(desktop) {
    @include flex-direction(row);
    justify-content: space-between;
  }
  .contentBox {
    padding: 1.6rem 0;
    width: 100%;
    @include min(desktop) {
      width: 50%;
      padding-right: 1.6rem;
    }
    p {
      font-size: 1.6rem;
      color: var(--color-44);
    }
    h2,
    h3,
    h4,
    .h2,
    .h3,
    .h4 {
      color: var(--color-43);
      font-size: 1.8rem;
      @include min(tablet) {
        font-size: 2.4rem;
      }
    }
  }
  .customComponentBox {
    padding: 1.6rem 0;
    width: 100%;
    @include min(desktop) {
      width: 50%;
    }
  }
}
