#sp-header .sp-module {
  margin-left: 20px;
  width: 100% !important;
}
@media (max-width: 768px) {
#sp-header .sp-module {
  margin-left: 0;
  width: 100% !important;
}
}
