@media (max-width: 767px) {
  .explore-content .christmas-gift-wrap .container {
    max-width: calc(327px + 3rem);
    width: 100%;
    margin: 0 auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.explore-content .christmas-gift-wrap .christmas-gifting-hero {
  position: relative;
}
.explore-content .christmas-gift-wrap .christmas-gifting-hero .background-image img {
  border-radius: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .explore-content .christmas-gift-wrap .christmas-gifting-hero .background-image img {
    height: 80px;
  }
}
@media (min-width: 1728px) {
  .explore-content .christmas-gift-wrap .christmas-gifting-hero .background-image img {
    height: 110px;
  }
}
@media (min-width: 2560px) {
  .explore-content .christmas-gift-wrap .christmas-gifting-hero .background-image img {
    height: auto;
    width: 100%;
  }
}
.explore-content .christmas-gift-wrap .christmas-gifting-hero .content-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.explore-content .christmas-gift-wrap .christmas-gifting-hero .content-overlay .back-link {
  margin-left: 1.5rem;
  color: white;
  font-size: 0.75rem;
  font-weight: 400;
  display: block;
}
.explore-content .christmas-gift-wrap .christmas-gifting-the-finer-details .title,
.explore-content .christmas-gift-wrap .christmas-gifting-what-to-expect .title {
  margin-top: 3rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .explore-content .christmas-gift-wrap .christmas-gifting-the-finer-details .title,
  .explore-content .christmas-gift-wrap .christmas-gifting-what-to-expect .title {
    margin-top: 0;
    margin-bottom: 2.5rem;
  }
}
.explore-content .christmas-gift-wrap .christmas-gifting-the-finer-details .body-copy,
.explore-content .christmas-gift-wrap .christmas-gifting-what-to-expect .body-copy {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .explore-content .christmas-gift-wrap .christmas-gifting-the-finer-details .body-copy,
  .explore-content .christmas-gift-wrap .christmas-gifting-what-to-expect .body-copy {
    margin-top: 0;
  }
}
.explore-content .christmas-gift-wrap .christmas-gifting-tea-society {
  margin-top: 3rem;
  margin: 3rem auto 0;
  background-color: #003e2b;
}
@media (min-width: 1024px) {
  .explore-content .christmas-gift-wrap .christmas-gifting-tea-society {
    background-color: unset;
  }
}
@media (min-width: 1024px) {
  .explore-content .christmas-gift-wrap .christmas-gifting-tea-society .row {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .explore-content .christmas-gift-wrap .christmas-gifting-tea-society .row {
    width: calc(100% - 2rem);
  }
}
.explore-content .christmas-gift-wrap .christmas-gifting-tea-society .col-12 {
  border-radius: 0.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #003e2b;
}
@media (min-width: 1024px) {
  .explore-content .christmas-gift-wrap .christmas-gifting-tea-society .col-12 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.explore-content .christmas-gift-wrap .christmas-gifting-tea-society .image-wrapper {
  width: 80px;
  margin: 0 auto;
}
.explore-content .christmas-gift-wrap .christmas-gifting-what-to-expect {
  margin-top: 4rem;
}
.explore-content .christmas-gift-wrap img {
  border-radius: 0.25rem;
}
.explore-content .christmas-gift-wrap .body-2 {
  line-height: 1.5rem;
}
