.steps {
  padding: 4.6875rem 0;
  overflow: hidden;
}
.steps__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.steps__container > * {
  width: 25%;
}
.steps-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0 1.8125rem;
}
.steps-item::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  top: 2.875rem;
  height: 1px;
  background-color: var(--gray-stroke);
  z-index: -1;
}
.steps-item:first-child::after, .steps-item:last-child::after {
  width: 50%;
}
.steps-item:last-child::after {
  right: unset;
  left: 0;
}
.steps-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 5.75rem;
  height: 5.75rem;
  border-radius: 50%;
  background-color: #FEE7B3;
  margin-bottom: 1.25rem;
}
.steps-item__img > * {
  width: 3rem;
  height: 3rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.steps-item__title {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
  line-height: normal;
}
.steps-item__text {
  color: var(--text-gray-middle);
}
@media (max-width: 768px) {
  .steps {
    padding: 60px 0;
  }
  .steps__container > * {
    width: 100%;
  }
  .steps__container > *:not(:last-child) {
    margin-bottom: 45px;
  }
  .steps-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .steps-item__img {
    width: 64px;
    height: 64px;
    margin-bottom: 0;
  }
  .steps-item__img > * {
    width: 32px;
    height: 32px;
  }
  .steps-item__title {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 135%;
  }
  .steps-item__text {
    font-size: 14px;
  }
  .steps-item__info {
    width: 60%;
    padding-left: 20px;
  }
  .steps-item::after {
    right: unset;
    top: unset;
    height: 100%;
    width: 1px;
    bottom: 0;
    left: 32px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .steps-item:first-child::after, .steps-item:last-child::after {
    width: 1px;
  }
  .steps-item:last-child::after {
    left: 32px;
  }
  .steps-item:first-child::after {
    content: none;
  }
}
/*# sourceMappingURL=steps.css.map */
/*# sourceMappingURL=steps.css.map */