/* Uniform section spacing */
.section {
    padding: 4rem 0;
    margin: 0;
}

.section:first-child {
    padding-top: 2rem;
}

.section:last-child {
    padding-bottom: 2rem;
}

/* Override existing spacing */
.section .container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.section .my-5 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.section .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}