.b-line {
  margin: clamp(40px, 6vw, 110px) 0;
}

.b-line >*:before {
  content: '';
  display: block;
  height: 1px;
  background: #000;
}