/* Page-specific hero banner: workplace-harassment scene instead of the shared kitchen banner.
   The left-to-right white gradient keeps the hero copy readable over the image. */
@media screen and (min-width: 1280px) {
  #products.products-2:before {
    background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 32%, rgba(255, 255, 255, 0.55) 48%, rgba(255, 255, 255, 0) 62%), url("/assets/images/banners/banner-sexual-harassment-2.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position: center, right center;
    background-size: cover, cover;
  }
}
#products.products-2 .card {
  max-width: 450px;
  margin: 0 auto;
}

#products.products-2 .title-container ul {
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
}

#training-options .btn-red {
  border-radius: 25px;
  font-weight: 500;
  background-color: #C3241B;
}

/*# sourceMappingURL=ab-1825.css.map*/