body .sloganbg {
  height: 40rem;
  margin-bottom: -6rem;
}
@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(255,255,255,0.75) !important;
}
@media only screen and (max-width: ) {
  body .bg-light {
    background-color: transparent !important;
  }
}
