.section-label {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
  opacity: 0.8;
  margin-bottom: 0.75rem;
}

.mission-paragraph {
  max-width: 700px;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}

.advance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2.25rem;
  max-width: 900px;
}

.advance-item h4 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.advance-item p {
  font-size: 0.95rem;
  line-height: 1.5;
  opacity: 0.9;
}

.camera_wrap {
    background: #fff !important;
    padding: 20px;
    border-radius: 8px;   /* optional */
}
/* ===========================================
   Wild Apricot Gadget Typography
   =========================================== */

[class*="WaGadget"] .title,
[class*="WaGadget"] .title a,
[class*="WaGadget"] .date,
[class*="WaGadget"] .date span,
[class*="WaGadget"] .time,
[class*="WaGadget"] .time span,
[class*="WaGadget"] .location,
[class*="WaGadget"] .location span,
[class*="WaGadget"] .author,
[class*="WaGadget"] .author span,
[class*="WaGadget"] .itemAuthor {
    font-family: 'Red Hat Display', Arial, sans-serif !important;
}