/* pagina Chi siamo – stile coerente con contatti / sostenibilità */
.about-page{
  max-width:780px;
  margin:3rem auto;
  padding:calc(var(--header-h) + 1.5rem) 1rem 0;
  text-align:center;
  font:400 1rem/1.6 "Manrope",system-ui,sans-serif;   /* nuovo font */
}

.about-page h1{
  font-size:2rem;
  color:#395934;
  margin:0 0 1.4rem;
}

.about-page p{margin:1.2rem 0}
.about-page em{font-style:italic}
.about-page strong{font-weight:600}

/* box foto centrato, max 620 px, bordo arrotondato */
.about-photo{
  margin:2rem auto;
  max-width:320px;
  text-align:center;
}
.about-photo img{
  width:100%;
  height:auto;

}

.about-photo-family{
  margin:2rem auto;
  max-width:420px;
  text-align:center;
}
.about-photo-family img{
  width:100%;
  height:auto;
  border-radius: 15px;

}