/* Homepage Sections Styling */
.home section {
    padding: 2em 0;
}

/* Exception for header and hero sections if needed */
.home .site-header,
.home .hero-section {
    background-color: transparent;
    padding: 0;
} 