/* Mobile logo adjustment - shift to right */
@media (max-width: 767px) {
  .header-mobile .header-logo {
    margin-left: 20px !important;
  }
}
