
/*step*/
.step__item {
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 75px 25px 25px 25px;
}

.step__count {
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
   /* #0eb582; */
  border-radius: 50%;
  color: #0eb582;
  border: 1px solid #0eb582;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.step__title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 25px;
  min-height: 57px;
}

.step__item {
  background: #f8f9fa;
}

.step__list-item {
  display: flex;
  padding: 3px 0;
}

.step__list-item i {
  color: #0eb582;
  margin-right: 10px;
  font-size: 1.2rem;
}

/*end step*/

.section {
  padding: 100px 0;
}

.section__title {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 1.5rem;
}

.section__text {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.section-head {
  max-width: 900px;
  margin: 0 auto 50px auto;
  text-align: center;
}

.section-head__subtitle {
  font-size: 16px;
  color: #0eb582;
  margin-bottom: 13px;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1px;
}

.section-head__title {
  font-size: 40px;
  font-weight: 700;
  padding: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
  .section {
    /*padding: 75px 0;*/
  }
  .section-head {
    margin-bottom: 25px;
  }
  .section-head__title {
    font-size: 1.8rem;
  }
}