.required .marginBottomMin strong {
  color: #181818;
  font-size: 17px;
  font-weight: 600;
  line-height: 140%;
}

/* featuresFirst */

.slide {
  margin: 0;
}

.features {
  padding: 80px 0;
}

.featuresFirst {
  padding: 80px 0px;
}

.featuresFirst .whiteBgCard {
  min-height: 280px;
}

/* reviews */

.review {
  padding: 80px 0;
}

.review .owl-stage {
  display: flex;
  align-items: stretch;
}

.reviewCard {
  height: 100%;
}

.review .rev {
  min-height: 350px;
}

/* stepsNew */

.stepsNew {
  width: 100%;
  padding: 50px 0 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.stepsNew h2 {
  font-size: 39px;
  font-weight: 400;
  line-height: 48px;
  margin: 0 0 20px 0;
}

.steps_new_item {
  padding: 10px 12px;
  counter-increment: count;
}

.steps_new_item_wrap {
  background: rgba(255, 255, 255, 0.14);
  padding: 16px 20px 24px 20px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.steps_new_item_wrap p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}

.steps_new_item_wrap strong,
.steps_new_item_last {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  gap: 10px;
}

.steps_new_item_last {
  margin-top: 10px;
}

.steps_new_item_wrap strong::before {
  content: counter(count) ".";
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.cta {
  background-position: center bottom -100px;
}

.cta .titleForm {
  font-weight: 400;
}

.checkslideUl li {
  display: flex;
}

.innerPage .slTitle {
  font-size: 29px;
}

.checkslideUl svg {
  min-width: 18px;
}

/* numberUlLi */

.innerContent .row.marginBottom {
  margin-bottom: 60px;
}

.numberUlLi {
  display: block;
  padding-left: 65px;
}

.numberUlLi::before {
  width: 50px;
  height: 50px;
  padding: 9px;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
}

.sliderReview {
  display: flex;
  gap: 30px;
}

.reviewCard {
  width: 100%;
}

@media (max-width: 992px) {
  .sliderReview {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .stepsNew h2 {
    font-size: 30px;
  }

  .innerPage .slTitle {
    font-size: 20px;
  }

  .featuresFirst .whiteBgCard {
    min-height: auto;
  }

  br.mobile {
    display: none;
  }
}
