.features-clean {
  color: #313437;
  background-color: #fff;
  padding-bottom: 30px;
  padding-top: 50px;
  /*margin-top: 50px;*/
}

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

.features-clean p {
  color: #7d8285;
  /*text-align: justify;*/
}

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

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

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

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

.features-clean .item {
  min-height: 100px;
  padding: 10px 10px 10px 80px;
  margin-bottom: 15px;
  /*padding: 20px;*/
  /*background: #ffffff;*/
}

@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: 5px;
  color: var(--bs-success);
  text-transform: capitalize;
}

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

.features-clean .item .icon {
  font-size: 22pt;
  color: var(--bs-success-border-subtle);
  float: left;
  margin-left: -65px;
  /*cursor: pointer;*/
}

.features-link:hover {
  background: #198754;
  transition: .2s .3s;
  color: white;
}

.features-link {
  color: var(--bs-success);
}

.features-clean .item {
  cursor: pointer;
}

