.elementor-31 .elementor-element.elementor-element-8975355{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-31:not(.elementor-motion-effects-element-type-background), body.elementor-page-31 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ffffff;}:root{--page-title-display:none;}/* Start custom CSS *//* ABOUT HERO */
.about-hero {
  position: relative;
  min-height: 55vh;
  background: url('YOUR-ABOUT-HERO.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.about-hero-content {
  position: relative;
  text-align: center;
  color: #fff;
  max-width: 750px;
  padding: 20px;
}

.about-hero h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

/* NARROW TEXT */
.container.narrow {
  max-width: 800px;
  text-align: center;
}

/* STORY */
.about-story.alt,
.about-promise.alt {
  background: #faf7f4;
}

.about-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* VALUES */
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.value-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  text-align: center;
}

.value-card h4 {
  margin-bottom: 8px;
  color: #5a3b2e;
}

/* MOBILE */
@media (max-width: 768px) {
  .about-hero h1 {
    font-size: 2.2rem;
  }
}/* End custom CSS */