/*
Colors Gutenberg
*/

/* line 3, stdin */

.redeem-container {
  margin: 0 1.2rem 0.8rem;
  border: 0.1rem solid #a2abb0;
  border-radius: 0.8rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  /* line 3, stdin */

  .redeem-container {
    margin: 0 2rem 0.8rem;
  }
}

@media (min-width: 1024px) {
  /* line 3, stdin */

  .redeem-container {
    margin: 2rem 0 1rem;
    max-width: 25rem;
  }
}

/* line 18, stdin */

.redeem-container .title-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.4rem 1.6rem 1.6rem;
  background: #fff;
  -webkit-box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.15);
}

/* line 27, stdin */

.redeem-container .title-section .redeem-title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2rem;
  color: #000;
}

/* line 36, stdin */

.redeem-container .contentText-section {
  padding: 1.6rem;
  background: #fff;
}

/* line 40, stdin */

.redeem-container .contentText-section p {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 450;
  color: #000;
  line-height: 1.8rem;
}


/*# sourceMappingURL=new_how-to-redeem-component.css.map*/