.hero-price {
  margin: 16px 0 0;
  color: #53645b;
  font-size: 13px;
}

.hero-price strong {
  color: #153f2e;
  font: 800 18px Manrope, sans-serif;
}

.price-block {
  margin: 22px 0 10px;
  padding: 20px;
  border-radius: 14px;
  background: #eaf5ed;
  border: 1px solid #d4e7da;
}

.price-block > small {
  display: block;
  color: #2f865f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.price-block strong {
  display: block;
  margin-top: 3px;
  color: #153f2e;
  font: 800 42px Manrope, sans-serif;
  letter-spacing: -.04em;
}

.price-block strong sup {
  font-size: 17px;
  letter-spacing: 0;
}

.price-block p {
  margin: 3px 0 0;
  color: #64736b;
  font-size: 13px;
}

.pix-payment {
  margin: 4px 0 14px;
  color: #53645b;
  font-size: 13px;
  text-align: center;
}

.pix-payment a {
  color: #2f865f;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.pix-payment a:hover {
  color: #153f2e;
}
