.image_copy_extra .image_copy_wrapper {
  display: flex;
  align-items: stretch;
}
.image_copy_extra .image_copy_wrapper:last-child {
  margin-bottom: 0;
}
.image_copy_extra .image.right {
    order: 2;
}
.image_copy_extra .image {
  width: 50%;
  background-size: cover !important;
}
.image_copy_extra .content {
  width: 50%;
}
.image_copy_extra .content.left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 130px;
    padding-right: 130px;
    background-color: #F4ECE8;
    color: #2D292D !important;
}
.image_copy_extra .content.right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 130px;
    padding-right: 130px;
    background-color: #2D292D;
    color: #FFF !important;
}
.image_copy_extra .links {
  display: flex;
  gap: 30px;
}
.image_copy_extra .links .button-b {
  position: relative;
  top: 5px;
}

@media only screen and (max-width: 1024px) { 
    .image_copy_extra .content.left,
    .image_copy_extra .content.right {
        padding: 60px 30px;
    } 
}


@media only screen and (max-width: 768px) {
  .image_copy_extra .image_copy_wrapper {
    flex-direction: column;
  }
  .image_copy_extra .image,
  .image_copy_extra .content {
    width: 100%;
        min-height: 350px !important;
  }

    .image_copy_extra .content { 
        min-height: 350px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
  .image_copy_extra .content.left,
  .image_copy_extra .content.right {
    padding: 60px 30px;
  }
  .image_copy_extra .image.right {
    order: 1;
  }
  .image_copy_extra .content.right {
    order: 2;
  }
}
