.process {
  margin: 120px 0;
}

.process-top {
  margin: 0 0 40px;
  align-items: center;
}

.process-bottom_number__block {
  padding: 0 30px 0 0;
  position: relative;
}

.process-bottom_number__arrow {
  position: absolute;
  top: 50px;
  right: 20px;
  z-index: -1;
}

.process-bottom_number__icon {
  margin: 0 0 30px;
}
.process-bottom_number__icon img{
    width: 108px;
    height: 107px;
}

.process-bottom_content__block {
  padding: 0 30px 0 0;
}

.process-bottom_content__title {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  margin: 0 0 12px;
}

.process-bottom_content__text {
  font-weight: 300;
  font-size: 22px;
  line-height: 33px;
}

.process-top_image {
  width: 50%;
  display: flex;
}

.process-top_content {
  width: 45%;
}

@media (max-width: 1280px) {
    .process {
        margin: 100px 0;
    }
  .process-bottom_content__text {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  section.process {
    padding: 50px 0;
  }

  .process-top_image {
    display: none;
    height: 200px;
    justify-content: center;
    width: 200px;
    margin: 0 auto 15px;
  }

  .process-top_content {
    width: 100%;
  }

  .process-top_image img {
    transform: rotate(90deg);
  }

  .process-bottom_number__block {
    width: 100% !important;
    padding: 0;
  }

  .process-bottom_number__icon {
    display: flex;
    justify-content: center;
  }

  .process-bottom_content__title {
    text-align: center;
  }

  .process-bottom_content__text {
    text-align: center;
  }

  .process-bottom_number__arrow {
    position: unset;
    width: 100px;
    height: 100px;
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    margin: 30px auto;
  }
}
@media (max-width: 768px){
    .process {
        margin: 80px 0;
    }
}