.working_process {
  padding: 3rem 0;
}
.working_process .button-cest-pri {
  justify-content: start;
}
.working_process .inner {
  padding-right: 50px;
}
.working_process .inner .title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}
.working_process .inner .content {
  margin-top: 10px;
}
.working_process .inner .item {
  display: flex;
  margin-top: 30px;
}
.working_process .inner .item .icon {
  height: 50px;
  width: 50px;
  background: var(--secondary_color);
  flex-shrink: 0;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: white;
}
.working_process .inner .item .info .title {
  font-size: 18px;
  text-transform: unset;
  font-weight: 700;
}
.working_process .col-image-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
.working_process .image_1 {
  overflow: unset;
  padding-right: 15px;
  position: relative;
  height: 450px;
  margin-top: 90px;
  margin-left: 20px;
}
.working_process .image_1 img {
  border-radius: 65% 0% 50% 50% / 40% 50% 35% 35%;
  border-top-right-radius: unset;
  position: relative;
}
.working_process .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: -20px;
  left: -20px;
  right: 20px;
  bottom: 20px;
  z-index: -1;
}
.working_process .image_2 {
  overflow: unset;
  position: relative;
  height: 500px;
  margin-bottom: 70px;
}
.working_process .image_2 img {
  border-radius: 0% 65% 50% 50% / 40% 30% 30% 30%;
  border-top-left-radius: unset;
  position: relative;
}
.working_process .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: 0;
  right: 0;
  bottom: -25px;
  z-index: -1;
}
.working_process .image_3 {
  overflow: unset;
  position: relative;
  height: 410px;
}
.working_process .image_3 img {
  border-radius: 65% 0% 50% 50% / 40% 50% 35% 35%;
  border-top-right-radius: unset;
  position: relative;
}
.working_process .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;
}
.working_process .link {
  margin-top: 30px;
}
@media only screen and (max-width: 769px) {
  .working_process {
    padding: 25px 0;
  }
  .working_process .inner {
    padding-right: 0;
  }
  .working_process .inner .title {
    font-size: 20px;
  }
  .working_process .inner .item .icon {
    margin-right: 1rem;
  }
  .working_process .image_1, .working_process .image_2 {
    margin: 20px;
  }
}
