body header .d-xl-block .logo img {
  margin: -8% 0;
}
body .sloganbg {
  height: 62.5rem;
  margin-bottom: -10rem;
}
@media screen and (max-width: 992px) {
  body .sloganbg {
    height: 20rem;
    margin-bottom: -5rem;
  }
}
body .sloganbg .img {
  height: 100%;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body .bg-light {
  background-color: rgba(238,238,238,0.75) !important;
}
@media only screen and (max-width: ) {
  body .bg-light {
    background-color: transparent !important;
  }
}
