/**
 * index.css - Unique styles for Delight Acupuncture Homepage (index.html)
 * Theme: Clean Minimalism (Delight Acupuncture)
 */

/* ==========================================================================
   Homepage Section Spacing & Flow
   ========================================================================== */
.main-content .about-me-section {
  margin-bottom: 3.5rem;
}

@media (max-width: 768px) {
  .main-content .about-me-section {
    margin-bottom: 2rem;
  }
}
