/* 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;
}
.s-payments-list img {
  width: 1050px;  /* غيّر الرقم حسب الحجم المطلوب */
  height: 1000px; /* يحافظ على التناسب */
}