.features-clean {
  color: #484848;
  padding-bottom: 30px;
}

@media (max-width:767px) {
  .features-clean {
    padding-bottom: 10px;
  }
}

.features-clean p {
  color: #7f7f7f;
}

.features-clean h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .features-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.features-clean .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 60px;
}

@media (max-width:767px) {
  .features-clean .intro {
    margin-bottom: 40px;
  }
}

.features-clean .item {
  min-height: 100px;
  padding-left: 80px;
  margin-bottom: 40px;
}

@media (max-width:767px) {
  .features-clean .item {
    min-height: 0;
  }
}

.features-clean .item .name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  color: inherit;
  padding-top: 18px;
}

.features-clean .item .description {
  font-size: 15px;
  margin-bottom: 0;
}

.features-clean .item .icon {
  font-size: 50px;
  color: #ff4e20;
  float: left;
  margin-left: -65px;
}

@media (min-width: 992px) {
  .col-mw {
    width: 100%;
    max-width: 650px;
    border-bottom-style: solid;
    border-bottom-color: var(--bs-orange);
    border-left-style: solid;
    border-left-color: var(--bs-orange);
  }
}

.img-app {
  margin-top: -100px;
}

a, a:hover {
  color: #787878;
  text-decoration: none;
}

