#sp-header {
  height: 75px;
}
#sp-logo .logo-slogan {
  display: flex;
  font-weight: lighter;
  justify-content: center;
}
#sp-header .logo a {
      font-size: 29px;
    font-weight: bold;
}
#sp-header .logo a:hover{
  color: orange;
}