.home-process-8__title {
  max-width: 1600px;
}

.home-process-8__title span {
  color: #ffd230;
}

.home-process-8__steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 18px;
}

.home-process-8__step {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px 20px;
  border: 2px solid #f2df73;
  border-radius: 28px;
}

.home-process-8__step-mark {
  position: relative;
  min-height: 74px;
}

.home-process-8__step-mark span:first-child,
.home-process-8__step-mark span:last-child {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 5px solid #111111;
  border-radius: 999px;
}

.home-process-8__step-mark span:first-child {
  left: 0;
  bottom: 0;
}

.home-process-8__step-mark span:last-child {
  right: 10px;
  top: 0;
}

.home-process-8__step-mark::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 12px;
  width: 34px;
  height: 62px;
  border-left: 6px solid #111111;
  border-bottom: 6px solid #111111;
  border-radius: 0 0 0 20px;
}

.home-process-8__step h3 {
  margin: 0;
  color: #25292f;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.home-process-8__step p {
  margin: 10px 0 0;
  color: #4f535b;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.home-process-8__actions {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

@media (max-width: 767px) {
  .home-process-8__step {
    grid-template-columns: 1fr;
  }

  .home-process-8__step-mark {
    min-height: 70px;
    max-width: 70px;
  }
}
