.store-features > div {
  opacity: 0;
}

.store-features .store-features_icon {
  width: 70px;
  display: table-cell;
  vertical-align: middle;
}

.store-features .store-features_icon i {
  font-size: 3.5em;
}

.store-features .store-features_wrapper {
  display: table;
}

.store-features .store-features_text-container {
  display: table-cell;
  vertical-align: middle;
}

.store-features .store-features_title {
  font-size: 1.125em;
  font-weight: 600;
}

@media (max-width: 768px) {
  .store-features {
    margin-top: 25px;
    margin-bottom: 35px;
  }
}
