.it-footer .logo-wrapper {align-items: anchor-center !important; padding-bottom: 10px !important; padding-top: 10px !important;}
.main-generic-logo { max-width: 18.3em; margin-bottom: -40px; }
.generic-logo{ max-width: 9.3em;}
.footer-items-custom-spacer { height: 5px; background-color: #202a2e; }
.footer-items-custom-wrapper { background-color: #FFFFFF;}
.footer-items-custom-logo-spacer { width: 1px; height: 60px; background-color: #202a2e; align-items: anchor-center; margin-top: 21px; }

/* Nascondi spacer su dispositivi sotto i 992px (non desktop) */
@media (max-width: 991px) {
  .footer-items-custom-logo-spacer {
    display: none !important;
  }
  .main-generic-logo {
    margin-bottom: -3px;
  }
}