.image_copy .image_copy_wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.image_copy .image_copy_wrapper:last-child {
  margin-bottom: 0;
}
.image_copy .image.right {
    order: 2;
}
.image_copy .image {
  width: 55%;
}
.image_copy .content {
  width: 45%;
}
.image_copy .content p:first-of-type {
  margin-top: 40px;
}
.image_copy .content.left {
  padding-left: 130px;
}
.image_copy .content.right {
  padding-right: 130px;
}
.image_copy .links {
  display: flex;
  gap: 30px;
}
.image_copy .links .button-b {
  position: relative;
  top: 5px;
}
.image_copy h2 {
    margin-bottom: 0;
}
.image_copy h2 span {
  font-style: italic;
}
.image_copy h3 {
    font-size: 30px;
    font-style: italic;
}
.image_copy.rl .image_copy_wrapper {
  mar
}
.image_copy.rl .image_copy_wrapper {
    background-color: #B6ADA5;
    color: #FFF;
    align-items: stretch;
}
.image_copy.rl .image,
.image_copy.rl .content {
  width: 50%;
}
.image_copy.rl .content.right {
  background-color: #F2F0ED;
  color: #414042;
}
.image_copy.rl .content.right .button {
  background-color: #B6ADA5;
  border: 1px solid #B6ADA5;
}
.image_copy.rl .content.right .button {
  background-color: #B6ADA5;
  border: 1px solid #B6ADA5;
}
.image_copy.rl .content.right .button:hover {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #B6ADA5;
}
.image_copy.rl .content.right,
.image_copy.rl .content.left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 60px;
  padding-right: 60px;
}
.image_copy .image img {
    margin-bottom: -6px;
}
.image_copy.rl .content.left {
  padding: 0 60px;
}
.image_copy .red_asterix {
    position: absolute;
    max-width: 180px;
    bottom: -125px;
    z-index: 1;
}
.image_copy .yellow_asterix {
    position: absolute;
    max-width: 180px;
    top: -90px;
    right: 0;
    z-index: 1;
}
.image_copy .green_asterix {
    position: absolute;
    max-width: 180px;
    top: -200px;
    right: 0;
    z-index: 1;
}
@media only screen and (max-width: 768px) {
  .image_copy .image_copy_wrapper {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .image_copy .image,
  .image_copy .content,
  .image_copy.rl .image,
  .image_copy.rl .content {
    width: 100%;
  }
  .image_copy .image {
    margin-bottom: 0px;
  }
  .image_copy .content.left,
  .image_copy .content.right {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .image_copy .image.right {
    order: 1;
  }
  .image_copy .content.right {
    order: 2;
  }
  .image_copy h3 {
      font-size: 20px;
  }
  .image_copy .red_asterix {
      max-width: 100px;
      bottom: -90px;
  }
  .image_copy .green_asterix {
      max-width: 100px;
      top: -70px;
      right: 0;
  }
  .image_copy .content.left {
      padding: 60px;
  }
  .image_copy .content.right {
      padding: 60px;
  }

}
