.features-boxed .item .box {
  text-align: center;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 5px;
}

.features-boxed .item .name {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 8px;
  margin-top: 0;
  color: #CC0001;
  text-transform: uppercase;
}

.features-boxed .item .description {
  font-size: 1rem;
  margin-top: 15px;
  margin-bottom: 0px;
}

.index_features_icon {
  width: 100px;
  padding-bottom: 5px;
}

/* When animaton appears, to hide scrollbars */

.features-boxed {
  overflow-x: hidden;
  overflow-y: hidden;
}

