
.title-with-lines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.line {
  flex: 1;
  height: 1px;
  background-color: #ccc;
  max-width: 250px;
}