.hero-copy{
  max-width:820px;
  margin-top:28px;
}

.hero-copy p{
  margin:0 0 16px;
  line-height:1.95;
}

.hero-copy p:last-child{
  margin-bottom:0;
}

/* =====================================
   FAQ
===================================== */

.faq-list{
  max-width:960px;
  margin:0 auto;
  display:grid;
  gap:18px;
}

.faq-item{
  background:#fff;
  border:1px solid #eadfdb;
  border-radius:18px;
  padding:24px 26px;
  box-sizing:border-box;
}

.faq-item h3{
  margin:0 0 10px;
  font-size:22px;
}

.faq-item p{
  margin:0;
  color:var(--text-light);
  line-height:1.9;
}