@media screen and (min-width: 992px) {

  #sp-header {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 110px;
  }

  #sp-header img.logo-image {
    height: 85px;
  }

  #sp-header .sp-megamenu-parent > li > a {
    font-size: 18px;
  }

}