.hero-section {
  background-repeat: no-repeat !important;
  background-size: 94% !important;
  position: relative;
  background-position: bottom !important;
  padding: 80px 0;
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #1b1f2bc7;

  z-index: 0;
}
.hero-categories {
  display: flex;
  flex-wrap: wrap;

  gap: 30px;
  margin-top: 30px;
  align-items: center;
}
.hero-categories p {
  margin-bottom: 0;
}
.hero-categories a {
  background: #2b2b3d;
  border-radius: 8px;
  padding: 8px 12px;
}
.hero-content {
  position: relative;
  z-index: 1;
}
.hero-title {
  margin-top: 0;
}
.hero-icons {
  display: flex;
  gap: 30px;
  background: linear-gradient(
    to right,
    var(--nv-light-bg) 0%,
    #00c2ff 31%,
    var(--nv-light-bg) 100%
  );
  padding: 20px 0;
  margin-bottom: 30px;
}

.hero-icons .slick-slide {
  padding: 8px 12px;
  margin-right: 30px;
  font-family: "Anton";
  letter-spacing: 1px;
  font-size: 20px;
}

@media (max-width: 1024px) {
}
