
.subtitle {
   display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.subtitle::before,
.subtitle::after {
  content: "";
  height: 2px;
  background-color: #fff;
  width: 50px;
}