.features-clean {
  color: #313437;
  background-color: #fff;
  padding-bottom: 30px;
}

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

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

.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;
  }
}

@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;
}

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

.icon-image {
  /*width: 50px;*/
  /*height: 50px;*/
  float: left;
  margin-left: -55px;
  margin-top: 90px;
  display: block;
  margin-right: 20px;
}

.features-clean .item .icon {
  font-size: 40px;
  color: #1485ee;
  float: left;
  margin-left: -65px;
}

.topimage {
  border-style: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  align-self: stretch;
  width: 100%;
}

.redline {
  height: 2px;
  background-color: #f10044;
  margin-top: 0px;
}

.paragrafwhatis {
  text-indent: 50px;
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.png-imageplus {
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.advantagestext {
  padding-top: 45px;
}

.name {
  text-align: center;
}

.description {
  text-align: center;
}

