.separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 15px;
}
.separator::before, .separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid rgb(200, 200, 200);
}
.separator::before {
  margin-right: .25em;
}
.separator::after {
  margin-left: .25em;
}
