/* Add custom CSS styles below */ 
@media (min-width: 1024px) {
  section.static-banners {
    margin-top: 90px !important;
  }
}

/* تنزيل بانر الجوال بالكامل تحت الهيدر */
@media (max-width: 1023px) {
  body.index section.static-banners {
    margin-top: 90px !important;
  }
}