/* Homepage Selected Works: center the existing Elementor Loop Grid only. */
body.home .selected-works > .works-grid {
  display: flex !important;
  justify-content: center !important;
 
}

body.home .selected-works .elementor-widget-loop-grid {
  width: fit-content !important;
  max-width: 100% !important;
  margin-inline: auto !important;
}

body.home .selected-works .elementor-loop-container {
  width: 100% !important;
  max-width: 100% !important;
  margin-inline: auto !important;
}

@media (max-width: 1024px) {
  body.home .selected-works .elementor-widget-loop-grid,
  body.home .selected-works .elementor-loop-container {
    width: 100% !important;
  }
}
