.image_copy {
  display: flex;
  padding-bottom: 90px;
}
.image_copy .image_wrapper {
  flex: 1.15;
}
.image_copy .image_wrapper img {
  display: block;
  margin: 0 auto 0 0;
}
.image_copy .copy {
  flex: 0.85;
  padding-left: 90px;
}
.image_copy h1, .image_copy h2 {
  margin-bottom: 20px;
}
.image_copy.switch-sides .image_wrapper {
  order: 2;
}
.image_copy.switch-sides .image_wrapper img {
  margin: 0 0 0 auto;
}
.image_copy.switch-sides .copy {
  padding: 0 90px 0 0;
}
.image_copy:last-child {
  padding-bottom: 0;
}

@media only screen and (max-width: 1000px) {
  .image_copy .copy {
    padding-left: 30px;
  }
  .image_copy.switch .copy {
    padding: 0 30px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .image_copy {
    display: block;
  }
  .image_copy .image_wrapper {
    padding-bottom: 30px;
  }
  .image_copy .copy {
    padding: 0 !important;
  }
}
