.coupon {
  display: flex;
  justify-content: center;
  text-align: center;
}
.coupon .wrapper {
  width: 800px;
  max-width: 95vw;
  border: 1px solid #ffd600;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  margin: 25px;
}
.coupon .wrapper .top {
  height: 220px;
  font-size: 3.5rem;
  font-weight: bolder;
  border-radius: 20px;
  background-color: #ffd600;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.coupon .wrapper .bottom {
  height: 250px;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.coupon .wrapper .bottom span {
  font-size: 3rem;
  font-weight: bold;
  margin-block: 1rem;
}

.finance-content {
  position: relative;
  padding: 40px 0px;
  background-color: var(--secondary-color);
}

.finance-content-left {
  border-right: 3px solid #a8aaad;
  text-align: center;
}

.finance-content-right {
  margin: 25px auto;
  text-align: center;
}

.maincontent {
  max-width: 100%;
  margin: 0;
  padding: 50px 15px;
}/*# sourceMappingURL=home.css.map */