.section-small-title {
  font-weight: 700;
  font-size: clamp(26px, 5vw, 32px);
  line-height: 1.35;
  margin: 2.25rem 0 0.4rem;
  letter-spacing: 0.2px;
  color: var(--text);
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}
.spacer {
  height: 20px;
  display: block;
}