/* ============================================================
   SECTION: OFFER
   Targets: #section-offer
   ============================================================ */

.offer-card h2 {
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: -.01em;
}

.offer-card p:not(.card-label) {
  font-size: 14px;
  color: var(--color-gray-text);
  text-align: center;
  line-height: 1.7;
  font-weight: 300;
}
