.checkout-success h1 {
  font-size: 8rem;
  text-align: center;
}
.checkout-success img {
  border: none;
  display: block;
  margin: 0 auto;
  width: 950px;
}
.checkout-success .cta-success {
  text-align: center;
  margin: 50px 0 30px 0;
  font-weight: bold;
}
.checkout-success .btn-row {
  margin: 0 auto;
  width: 950px;
  text-align: center;
}
.checkout-success .btn-row a {
  text-transform: uppercase;
}
.checkout-success .btn-row a:first-child {
  margin-right: 20px;
}
/*# sourceMappingURL=success.css.map */