.image_on_right {
  padding: 3rem 0;
}
.image_on_right .button-cest-pri {
  justify-content: start;
}
.image_on_right h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}
.image_on_right .title, .image_on_right .content {
  padding-right: 40px;
}
.image_on_right .content {
  margin: 25px 0;
}
.image_on_right .col-image-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
.image_on_right .image_1 {
  overflow: unset;
  position: relative;
  height: 120px;
  width: 120px;
  margin-bottom: 50px;
  margin-left: 30px;
}
.image_on_right .image_1 img {
  border-radius: 100%;
  border-top-right-radius: unset;
  position: relative;
}
.image_on_right .image_1:before {
  content: "";
  border: 1px solid var(--primary_color);
  border-radius: 100%;
  border-top-right-radius: unset;
  position: absolute;
  top: -12px;
  left: -12px;
  right: 12px;
  bottom: 12px;
  z-index: -1;
}
.image_on_right .image_2 {
  overflow: unset;
  position: relative;
  height: 170px;
  width: 170px;
  margin-bottom: 20px;
}
.image_on_right .image_2 img {
  border-radius: 100%;
  border-top-left-radius: unset;
  position: relative;
}
.image_on_right .image_2:before {
  content: "";
  border: 1px solid var(--primary_color);
  border-radius: 100%;
  border-top-left-radius: unset;
  position: absolute;
  top: -15px;
  left: -15px;
  right: 15px;
  bottom: 15px;
  z-index: -1;
}
.image_on_right .image_3 {
  overflow: unset;
  position: relative;
  height: 410px;
}
.image_on_right .image_3 img {
  border-radius: 65% 0% 50% 50% / 40% 50% 35% 35%;
  border-top-right-radius: unset;
  position: relative;
}
.image_on_right .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_right {
    padding: 25px 0;
  }
  .image_on_right .col-image-left {
    margin-top: 30px;
  }
  .image_on_right .image_3 {
    margin: 0 40px;
  }
  .image_on_right .title {
    font-size: 20px;
  }
}
