/* Section */
.section{
  padding:28px 0 56px;
}
.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  margin-bottom:16px;
}
.section-head h3{
  margin:0;
  font-size:18px;
  letter-spacing:.2px;
}
.section-head span{
  color:var(--muted);
  font-size:13px;
}

.section-head{
  padding: 14px 16px;
  border-radius: var(--lux-radius);
  background: var(--lux-bg);
  border: 1px solid var(--lux-line);
  box-shadow: var(--lux-shadow);
}
