/* Add custom CSS styles below */ 
/* تقليل الفراغات الرأسية بين الأقسام */
section {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

/* تخصيص أكثر بناءً على بعض الثيمات */
.section,
.s-section,
.section-wrapper {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}