.gift-card-wrapper {
  background-position: center center;
}
.gift-card-wrapper .gift-card-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 400px;
}
.gift-card-wrapper .gift-card-content .left-part {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gift-card-wrapper .gift-card-content .left-part .common-heading h2 {
  text-align: left;
}
.gift-card-wrapper .gift-card-content .left-part .common-heading h2:before, .gift-card-wrapper .gift-card-content .left-part .common-heading h2:after {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .gift-card-wrapper {
    background-image: none !important;
    background-color: #E5E5E5;
  }

  .gift-card-wrapper .gift-card-content {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*# sourceMappingURL=gift_card.css.map */
