#is-this-gift #block-is-this-gift {
  text-align: center;
  margin: -30px 0 40px 0;
}
@media (max-width: 767px) {
  #is-this-gift #block-is-this-gift {
    margin: 20px 0 40px 0;
  }
}
#is-this-gift #block-is-this-gift .is-this-gift {
  width: 255px;
  height: 55px;
  border: 3px solid #18766f;
  border-radius: 10px;
  font-size: 22px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  color: #ffffff !important;
  background-color: #18766f;
  text-decoration: none;
  transition: 0.1s all ease;
}
#is-this-gift #block-is-this-gift .is-this-gift:hover {
  background-color: initial;
  color: #18766f !important;
}
