/* =========================
   NURIA TOURS — GROUPS
========================= */

.nt-group-hero{
  background:#f7f7f5;
  border-top:1px solid rgba(15,23,42,.06);
  border-bottom:1px solid rgba(15,23,42,.06);
  padding:90px 0 70px;
}

.nt-page-title{
  font-size:clamp(2.4rem, 5vw, 4rem);
  font-weight:700;
  color:#0f172a;
  letter-spacing:-0.03em;
  margin:14px 0 18px;
}

.nt-page-subtitle{
  max-width:780px;
  margin:0 auto;
  color:#64748b;
  font-size:1.08rem;
  line-height:1.8;
}

.nt-groups-overview{
  background:#ffffff;
}

.nt-groups-types{
  background:#ffffff;
}

.nt-groups-planning{
  background:#f7f7f5;
  border-top:1px solid rgba(15,23,42,.06);
  border-bottom:1px solid rgba(15,23,42,.06);
}

@media (max-width:768px){
  .nt-group-hero{
    padding:70px 0 55px;
  }
}