@media only screen and (max-width: 1024px) {
  .hero-brush,
  .homepage-brush-col {
    display: none;
  }
  .homepage-content-col {
    padding: 50px 10px;
  }
  .hero-products-img-mobile {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
  }
  .homepage-headline-mobile {
    display: block;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .hero-logos-mobile {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
  }
  .hero-logos-mobile img {
    max-width: 50%;
    width: 100%;
  }
  .hero-section {
    height: max-content;
  }
}
@media only screen and (max-width: 768px) {
  .hero-prizes-row {
    flex-direction: column;
  }
  .hero-prize-item {
    width: 100%;
  }
  .hero-prize-item img {
    max-width: 250px;
  }
  .hero-prize-item.big-prize img {
    max-width: 300px;
  }
  .homepage-content-col h2 {
    font-size: 1.5rem;
    text-align: center;
  }
}/*# sourceMappingURL=media-queries.css.map */