.sec {
  padding: 52px var(--px) 72px;
  position: relative;
}

.sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: var(--px);
  right: var(--px);
  height: 1px;
  background: linear-gradient(to right, transparent, var(--red), transparent);
}

.sec-alt {
  background: var(--night-lt);
}

.sec-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 32px;
}

.sec-num {
  font-family: 'Lexend Zetta', sans-serif;
  font-size: 32px;
  font-weight: 100;
  color: var(--red);
  opacity: .25;
  line-height: 1;
  flex-shrink: 0;
}

.sec-title {
  font-family: 'Lexend Zetta', sans-serif;
  font-size: clamp(18px, 4vw, 28px);
  font-weight: 100;
  line-height: 1.2;
  text-align: left;
}

.sec-title em {
  font-style: normal;
  font-weight: 300;
  color: var(--beige);
}