#section-devices {
  margin-top: 40px;
  padding-bottom: 20px;
}

#section-devices .belt {
  background-color: var(--color--white);
  border-radius: 24px;
  padding-bottom: 16px;
}

#section-devices .steps {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding: 16px 32px 0;
}

#section-devices .section__title {
  font-size: 20px;
}

#section-devices .steps > p {
  font-size: 20px;
}
#section-devices .steps > ul {
  font-size: 18px;
}
#section-devices .steps-item {
  position: relative;
  padding: 16px;
  font-size: 16px;
}
#section-devices .steps-item:not(:last-child):before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: #00697c;
  transform: translateX(-50%);
  top: 16px;
}

#section-devices .steps-item::after {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #00697c;
  border: 2px solid #00697c;
  border-radius: 100%;
  position: absolute;
  top: 16px;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slick-list.draggable {
  padding: 50px 50px 90px !important;
}
#section-devices .rate-box__content {
  background-color: var(--color--extra-ligth-grey);
}
#section-devices .carousel-mobiles .featured__container {
  margin-bottom: 0;
}
.section-rates.devices:has(.featured__container)
  .rate-box__content:not(:has(.featured__container))
  .device-item__image {
  margin-top: 0;
}

.features-all-list > .item {
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .features-all.show .features-all-list {
    flex-direction: row;
  }
  .device-item__price--text {
    font-size: 16px;
  }
  .device-item__price--big {
    font-size: 18px;
  }
}

@media screen and (min-width: 1280px) {
  #section-devices .belt {
    display: flex;
    flex-wrap: wrap;
  }
  #section-devices .section__title {
    width: 100%;
    font-size: 28px;
    padding-left: 16px;
  }
  #section-devices .steps {
    width: 30%;
  }
  #section-devices .section--rates__container {
    width: 70%;
  }
  #section-devices .features-all {
    width: 100%;
  }
  .device-item__info-content {
    margin-bottom: 0;
  }
  #section-devices .steps-item {
    font-size: 18px;
  }
  .section-rates .section--rates__container {
    padding-right: 16px;
    padding-top: 32px;
  }
}
