.section__header {
  margin-inline: 48px;
  padding-top: var(--space);
  border-top: 4px solid #000;
}

.section__title {
  font-family: "Control Upright TNT", sans-serif;
  font-size: var(--text-display);
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
