.dev-process {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .dev-process {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.dev-process__container {
  max-width: 1092px;
  margin: auto;
}
.dev-process__section-title {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #051320;
}
@media screen and (max-width: 768px) {
  .dev-process__section-title {
    margin-bottom: 32px;
    font-size: 32px;
  }
}
.dev-process__list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .dev-process__list {
    gap: 12px;
  }
}
.dev-process__list {
  position: relative;
}
.dev-process__list::before {
  content: "";
  position: absolute;
  top: 114px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 75%;
  z-index: -1;
  background-color: #e6e6e6;
}
@media screen and (max-width: 1098px) {
  .dev-process__list::before {
    display: none;
  }
}
.dev-process__row {
  display: flex;
  align-items: center;
  gap: 85px;
}
.dev-process__row:nth-child(even) {
  flex-direction: row-reverse;
}
.dev-process__row:nth-child(even) .dev-process__number::before {
  left: 100px;
}
@media screen and (max-width: 875px) {
  .dev-process__row:nth-child(even) .dev-process__number::before {
    left: 16px;
  }
}
.dev-process__row:not(:first-child) {
  margin-top: -10%;
}
@media screen and (max-width: 875px) {
  .dev-process__row:not(:first-child) {
    margin-top: unset;
  }
  .dev-process__row {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0;
    position: relative;
  }
  .dev-process__row:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 16px;
    width: 1px;
    height: calc(100% + 4px + 32px);
    z-index: -1;
    background-color: #e6e6e6;
  }
}
.dev-process__number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 55px;
  background-color: #25bb4d;
  color: #fff;
  font-size: 25px;
}
.dev-process__number::before {
  content: "";
  position: absolute;
  top: 27px;
  right: 0;
  width: 100px;
  height: 1px;
  z-index: -1;
  transform: translateX(-50%);
  background-color: #e6e6e6;
}
@media screen and (max-width: 875px) {
  .dev-process__number {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .dev-process__number::before {
    display: none;
  }
}
.dev-process__item {
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  max-width: 434px;
}
@media screen and (max-width: 875px) {
  .dev-process__item {
    max-width: unset;
    padding: 5px 15px;
    padding-bottom: 24px;
    border: none;
  }
}
.dev-process__title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #000;
}
@media screen and (max-width: 768px) {
  .dev-process__title {
    font-size: 20px;
    line-height: 110%;
  }
}
.dev-process__text {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
.dev-process__deliverables-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #25bb4d;
  margin-bottom: 4px;
}
.dev-process__deliverables-text {
  font-size: 16px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.8);
}/*# sourceMappingURL=style.min.css.map */