.image_on_left {
  padding: 3rem 0;
}
.image_on_left .link, .image_on_left .title-thc, .image_on_left .content {
  padding-left: 60px;
}
.image_on_left .content {
  margin: 25px 0;
}
.image_on_left .col-image-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
.image_on_left .image_1 {
  overflow: unset;
  position: relative;
  height: 450px;
  padding-right: 15px;
  margin-bottom: 70px;
}
.image_on_left .image_1 img {
  border-radius: 65% 0% 50% 50% / 40% 50% 35% 35%;
  border-top-right-radius: unset;
  position: relative;
}
.image_on_left .image_1:before {
  content: "";
  border: 1px solid var(--primary_color);
  border-radius: 65% 0% 50% 50% / 40% 50% 35% 35%;
  border-top-right-radius: unset;
  position: absolute;
  top: -30px;
  left: 45%;
  right: -10px;
  bottom: 75%;
  z-index: -1;
}
.image_on_left .image_2 {
  overflow: unset;
  position: relative;
  height: 380px;
  margin-top: 160px;
}
.image_on_left .image_2 img {
  border-radius: 0% 65% 50% 50% / 40% 30% 30% 30%;
  border-top-left-radius: unset;
  position: relative;
}
.image_on_left .image_2:before {
  content: "";
  border: 1px solid var(--primary_color);
  border-radius: 0% 65% 50% 50% / 40% 30% 30% 30%;
  border-top-left-radius: unset;
  position: absolute;
  top: -25px;
  left: 25px;
  right: -25px;
  bottom: 25px;
  z-index: -1;
}
.image_on_left .image_3 {
  overflow: unset;
  position: relative;
  height: 410px;
}
.image_on_left .image_3 img {
  border-radius: 65% 0% 50% 50% / 40% 50% 35% 35%;
  border-top-right-radius: unset;
  position: relative;
}
.image_on_left .image_3:before {
  content: "";
  border: 1px solid var(--primary_color);
  border-radius: 65% 0% 50% 50% / 40% 50% 35% 35%;
  border-top-right-radius: unset;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -25px;
  z-index: -1;
}
@media only screen and (max-width: 769px) {
  .image_on_left .image_1 {
    margin: 0 40px;
    padding-bottom: 40px;
  }
  .image_on_left .image_2 {
    margin: 0 40px;
  }
  .image_on_left .link, .image_on_left .title, .image_on_left .content {
    padding-left: 0;
  }
  .image_on_left .title {
    font-size: 20px;
    margin-top: 20px;
  }
  .image_on_left .title-thc {
    padding-left: 0;
  }
}
