body {
  background: transparent;
}
body .sloganbg {
  height: 65vh;
  margin-bottom: -20rem;
}
@media screen and (max-width: 992px) {
  body .sloganbg {
    height: 34rem;
    margin-bottom: -25rem;
  }
}
body .sloganbg .img {
  height: 100%;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body .bg-light:not(.slogan) {
  background-color: rgba(255,255,255,0.85) !important;
}
@media only screen and (max-width: ) {
  body .bg-light:not(.slogan) {
    background-color: transparent !important;
  }
}
