.section-title > span {
  display: block;
  width: 3px;
  height: 24px;
  overflow: hidden;
  color: transparent;
  border: 0;
  border-radius: 3px;
  background: var(--red);
  font-size: 0;
}
