/* =========================
  ABOUT 
  
   ========================= */


.about-summary__inner, .irrigation-title{
  margin-top:50px;
}


.mission-quote{
  padding:20px;
  background-color: #3b4b54;
  color:white;
  font-style:italic;
  font-size:1.5rem;
  border-radius: 20px;
  box-shadow: var(--shadow-md);
}




.team-gallery{
  display:flex;
  flex-wrap: wrap;
  justify-content: center; /*--centers rows, including the last uneven one */
  gap:2rem;
  margin-top:2rem;
}

.team-ind {
  flex:0 1 220px;  /*equal card widths, responsive */
  text-align:center;
 }

.team-ind >h4{margin-top:10px;}

 .team-gallery img{
  width:100%;
  aspect-ratio: 1/1; 
  object-fit: cover;
  border-radius:50%; /* looks good circular */
  display:block;
 }
/* ---------- FINAL CTA ---------- */
.final-cta {
  margin-top:5rem;

}

