/* ===== Terms page ===== */
.s-terms{ padding: clamp(42px,6vw,72px) 0 }
.terms-inner{ max-width: 900px }
.s-terms h1{
  font-family:"Merriweather", serif;
  margin:0 0 12px 0; line-height:1.2;
}
.s-terms .muted{ color: var(--muted) }

.s-terms h2{
  font-family:"Merriweather", serif;
  margin: 16px 0 6px 0; font-size: clamp(18px,2.4vw,22px);
}
.s-terms p{
  margin: .4rem 0 .9rem 0; color: var(--muted); line-height: 1.6;
}
.s-terms ul{
  margin: .2rem 0 .9rem 1.2rem; color: var(--muted);
}
.s-terms a{ color:#dfe8ef; text-decoration:none }
.s-terms a:hover{ color: var(--brand-2) }

@media (max-width: 640px){
  .terms-inner{ max-width: 100% }
}
