.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after,
.button:not([disabled]):hover:after,
.shopify-challenge__button:hover:after,
.customer button:hover:after,
.shopify-payment-button__button--unbranded:hover:after {
  box-shadow: unset;
}

.customer-feedback h2 {
  font-weight: 600;
}

@media screen and (max-width: 749px) {
  .customer-feedback h2 {
    text-align: center;
  }
}
