body.bg-dark {
  background-image: url("../img/icon/connect2store_icon_black.svg");
  background-position: bottom -10px left -100px;
  background-size: 35% auto;
}
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;
}
