.wellness-page {
  height: 100vh;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background: #fff;
}

.hero-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(13,110,253,.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-icon i {
  font-size: 40px;
  color: #1553af;
}

.description {
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 20px;
}

.subscription-features {
  margin-top: 20px;
  margin-bottom: 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 9px 0;
  font-size: 16px;
  font-weight: 500;
}



.heading-pill {
    display: inline-block;
    background: #dbeafe;
    color: #3B71CA;
    padding: 10px 22px;
    border-radius: 999px;
    margin: 0 auto 24px;
}

.heading-pill h2 {
    font-size: 1.5rem;
    margin: 0;
}
.feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(13,110,253,.1);
    border: 1px solid rgba(37, 99, 235, 0.12);
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.08);
    color: #3B71CA;
    display: flex;
    align-items: center;
    justify-content: center;
}