/* Logo image header adjustment */

.sg-header-logo-image{
  display:flex !important;
  align-items:center;
  width:auto;
  max-width:310px;
  text-decoration:none !important;
}

.sg-header-logo-image img{
  display:block;
  width:auto;
  height:54px;
  max-width:100%;
  object-fit:contain;
}

/* Keep header clean with logo image */
.sg-header-inner{
  gap:40px;
}

/* Mobile adjustment */
@media(max-width:900px){
  .sg-header-logo-image{
    max-width:250px;
  }

  .sg-header-logo-image img{
    height:44px;
  }
}

@media(max-width:640px){
  .sg-header-logo-image{
    max-width:230px;
  }

  .sg-header-logo-image img{
    height:42px;
  }
}
