.reservation-title{
  font-size: 24px;
  justify-self: center;
  font-weight: bold;
  width: 97%;
  margin: 0 auto 50px auto !important;
  line-height: 42px;
}
.reservation-title mark{
  background: linear-gradient(transparent 70%, #F5DEE1 70%, #F5DEE1 90%, transparent 90%);
}
@media screen and (max-width: 768px) {
  .reservation-title{
    font-size: 24px;
    width: 100%;
    line-height: 40px;
    margin-bottom: 20px !important;
  }
}