/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 03 2026 | 08:06:06 */
/* SOLO laptop large: tra 1440px e 1500px */
@media (min-width: 1440px) and (max-width: 1500px) {

  #Content .mcb-section.custom-width {
    padding-left: 7% !important;
    padding-right: 7% !important;
    box-sizing: border-box;
  }

  /* evita somma di padding */
  #Content .mcb-section.custom-width > .section_wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
