header div.LogoWrapper img {
  height: auto !important;
  max-width: unset !important;
  max-height: unset !important;
}

@media screen and (min-width: 768px) {
  header div.LogoWrapper img {
    width: 375px !important;
  }
  body h1 span,
  body h1 {
    color: rgba(60, 60, 60) !important;
    font-size: 26px !important;
    line-height: 31px !important;
  }
}

@media screen and (max-width: 767px) {
  header div.LogoWrapper img {
    width: 275px !important;
  }
  body h1 span,
  body h1 {
    color: rgba(60, 60, 60) !important;
    font-size: 18px !important;
    line-height: 21px !important;
  }
}
