@media (width >= 1200px) and (width <= 4000px) {
  .xl-child-max-w-0 > * {
    max-width: unset !important;
  }
}

@media (width >= 992px) and (width <= 1199.98px) {
  .lg-child-max-w-0 > * {
    max-width: unset !important;
  }
}

.featured-component-container {
  margin-inline: auto;
}

/*# sourceMappingURL=featured-component-structure.css.map */
