.gift_card_section {
  margin-top: -25px;
}
.gift_card_section .card_main_block {
  min-height: 400px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  background-color: #f2f2f2;
  padding-bottom: 70px;
}
.gift_card_section .breadcrumbs {
  padding-top: 25px;
}
.gift_card_section .card_description {
  max-width: 400px;
  width: 100%;
  margin-top: 30px;
  font-size: 130%;
  line-height: 19px;
  color: #333333;
}
.gift_card_section .card_btn {
  margin-top: 40px;
  height: 50px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #ED254E;
  font-size: 120%;
  line-height: 15px;
  color: #ffffff;
  font-family: "bold", "arm-bold";
}
.gift_card_section .card_about {
  display: flex;
  align-items: center;
  margin-top: 35px;
  justify-content: space-between;
}
.gift_card_section .inner_title {
  font-size: 130%;
  line-height: 19px;
  color: #2E2E31;
  display: flex;
  flex-direction: column;
  font-family: "bold", "arm-bold";
}
.gift_card_section .inner_title::before {
  font-size: 350%;
  margin-bottom: 25px;
  color: #ED254E;
}
.gift_card_section .inner_block {
  padding: 0 20px;
}
.gift_card_section .inner_description {
  font-size: 130%;
  line-height: 19px;
  color: #333333;
  margin-top: 35px;
  max-width: 300px;
}
@media (max-width: 991px) {
  .gift_card_section .card_main_block {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 320px;
  }
  .gift_card_section .card_description {
    max-width: 300px;
    margin-top: 20px;
  }
  .gift_card_section .card_btn {
    margin-top: 35px;
    height: 40px;
  }
  .gift_card_section .inner_title::before {
    font-size: 250%;
    margin-bottom: 20px;
  }
  .gift_card_section .inner_description {
    margin-top: 20px;
  }
  .gift_card_section .inner_block {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .gift_card_section .card_about {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }
  .gift_card_section .inner_block {
    padding: 20px 0;
  }
}
@media (max-width: 575px) {
  .gift_card_section .card_description {
    max-width: 220px;
  }
}

.web .card_btn {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.web .card_btn:hover {
  background: #CC2043;
}

.touch .card_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .card_btn:active {
  background: #CC2043;
}

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