/* Start custom CSS for page-settings */.elementor-widget-category-additional-description .elementor-widget-container {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.elementor-widget-listing-description .elementor-widget-container {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

/* Fix layout - alignement avec la page de référence */
.about-section {
  max-width: 1600px;
  margin: 0 auto 36px;
}
.about-hero {
  max-width: 1000px;
  margin: 0 auto 36px;
  background: #f8fafc;
  border: 1px solid #e8ebef;
  border-radius: 24px;
  padding: 48px 40px;
  box-shadow: 0 10px 30px rgba(15,23,42,.05);
}
.about-hero__subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #334155;
  margin: 0 0 18px;
}/* End custom CSS */