/* High-contrast section dividers. */
.phase-title {
  color: #172033;
  font-size: var(--t-small);
  font-weight: 760;
  letter-spacing: 0.06em;
}

.phase-title::before,
.phase-title::after {
  height: 2px;
  border-radius: 2px;
  background: #1a90f5;
}
