/* Főoldal (index) specifikus felülírásai a base.css-hez képest */

.hero-img-desktop {
  border-radius: 16px;
}

@media (max-width: 600px) {
  .hero-text-layer {
    padding: 18% 20px 0;
  }
  .hero-badge-wrap {
    margin-bottom: 16px;
    text-align: center;
  }
  .hero-kv {
    margin-bottom: 12px;
    text-align: center;
  }
  .hero-sub {
    margin-bottom: 16px;
    white-space: normal;
    text-align: center;
  }
  .hero-desc {
    margin-bottom: 28px;
    text-align: center;
  }
  .hero-row1 {
    gap: 14px;
    align-items: center;
  }
  .hero-count {
    width: 100%;
    text-align: center;
  }
  .hero-btn {
    width: fit-content;
  }
}
