.gift-guide-sign {
  position: relative;
  width: 100%;
  min-height: 400px;
  margin-top: -140px;
  z-index: 1;
}

.gift-guide-sign::before {
  content: '';
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
}

@media screen and (min-width: 992px) {
  .gift-guide-sign {
    min-height: 840px;
  }
}
