.store-features-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  text-align: center;
  direction: rtl;
  background: #f9f9f9;
  padding: 30px 15px;
}

.store-features-box .feature {
  max-width: 150px;
  font-weight: 600;
  font-size: 14px;
  color: #6e6e6e;
}

.store-features-box .feature img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  filter: hue-rotate(180deg) brightness(1.1) saturate(1.5);
}