.giftcard_page > img {
  width: 100%;
}
@media (max-width: 575px) {
  .giftcard_page > img {
    object-fit: cover;
    height: 130px;
  }
}
.giftcard_page .content_top {
  font-size: 160%;
  line-height: 20px;
  color: #333333;
  padding: 40px 0;
  background: #f4f4f4;
  text-align: center;
}
.giftcard_page .content_top .inner_content {
  max-width: 640px;
  padding: 3px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
.giftcard_page .content_top .inner_content span {
  padding-bottom: 3px;
}
.giftcard_page .content_top .inner_content span:first-child {
  font-family: "bold", "bold2";
  margin-bottom: 15px;
}
.giftcard_page .content_bottom {
  font-size: 160%;
  line-height: 20px;
  text-align: center;
  color: #808080;
  padding: 65px 0 70px;
}
.giftcard_page .content_bottom .inner_content {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.giftcard_page .content_bottom span {
  padding-bottom: 4px;
}
.giftcard_page .content_bottom span:first-child {
  font-family: "bold", "bold2";
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .giftcard_page .content_bottom {
    padding: 20px 0 60px;
  }
}

/*# sourceMappingURL=giftcard.css.map */
