@import url("./product.css");
.hero-area.sources-hero .hero-thumb {
  text-align: center;
  margin-inline: auto;
}
.hero-area.sources-hero .hero-thumb img {
  max-width: 492px;
}

.hero-wrapper {
  justify-content: space-between;
}

.hero-wrapper .hero-thumb {
  max-width: 616px;
}

.hero-wrapper .hero-thumb img {
  width: 100%;
}

@media (max-width: 991px) {
  .feature-wrapper {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .promo-list li {
    max-width: 80px;
  }
}