.two-col-01__section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.two-col-01__text-wrapper {
  width: 50%;
}
.two-col-01__image-wrapper {
  width: calc(50% - 8rem);
  margin-left: 8rem;
  min-height: 400px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.two-col-01__section-wrapper.flex-reverse .two-col-01__image-wrapper {
  margin-left: 40px;
  margin-right: calc(8rem - 40px);
}

@media(max-width: 1024px) {
  .two-col-01__text-wrapper {
    width: 100%;
    max-width: 600px;
    margin: auto;
    margin-bottom: 4rem;
  }
  .two-col-01__image-wrapper {
    width: 100%;
    min-height: 400px;
    max-width: 600px;
    margin: auto !important;
    padding-left: 0;
    width: 100%;
}
  }
}
@media(max-width: 480px) {
  .two-col-01__text-wrapper {
    padding: 1rem;
  }
}