/* Add custom CSS styles below */ 
/* تقليل المسافات بين كل سكشنات الصفحة */
section + section,
.s-block + .s-block,
main section + section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* إلغاء المسافات الخارجية الافتراضية */
section,
.s-block {
  margin-bottom: 8px !important;
}

/* تقليل المسافات الداخلية الزائدة داخل محتوى السكشن */
section .container,
section .s-block__container,
.s-block .container,
.s-block .s-block__container {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}