@media (max-width: 768px) {
  .logo-header {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }

  .logo-desktop-wrapper {
    display: none !important;
  }

  .logo-mobile-wrapper {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .logo-mobile {
    width: 80vw;
    max-width: 240px;
    height: auto;
  }
}
