.ttg-wishlist-introduction {
  width: 100%;
}
.ttg-wishlist-introduction__container {
  max-width: 932px;
  margin: 0 auto;
  padding: 0 16px;
}
.ttg-wishlist-introduction__content {
  position: relative;
  text-align: center;
}
.ttg-wishlist-introduction__title {
  font-weight: 300;
  font-size: 54px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 16px;
  text-align: center;
  color: #466da0;
}
.ttg-wishlist-introduction__title span {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}
.ttg-wishlist-introduction__title span:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 288px;
  height: 2px;
  background-image: url("../../img/wishlist-title.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ttg-wishlist-introduction__description {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: center;
}
@media (max-width: 767px) {
  .ttg-wishlist-introduction__title {
    font-size: 60px;
  }
  .ttg-wishlist-introduction__description {
    font-size: 16px;
  }
}

/*# sourceMappingURL=wishlist-introduction.css.map*/