.accent::before {
  content: "";
  background: var(--color-brand);
  display: block;
  height: 2px;
  width: 2.5rem;
  margin-bottom: 1.5rem;
}
