.hours-legend .legend-note{
  text-align:left;
    display:inline-block;
}

.hours-legend{
  text-align:left;
}

.hours-legend .legend-note{
  display:block;
    margin-top:6px;
}

.hours-legend{
  display:flex;
    flex-direction:column;
    align-items:flex-start;
}

#doctor .doctor-block-title{
  position: relative;
}

#doctor .doctor-block-title::before{
  top: auto;
    bottom: 0;
    height: 50%;
}

#doctor .doctor-block-title{
  display: inline-block;
}

#doctor .doctor-block-title{
  position: relative;
    padding-left: 12px;
}

#doctor .doctor-block-title::before{
  content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 1.1em;
    background: rgba(37, 99, 235, 0.7);
}

#doctor .doctor-block-title{
  position: relative;
    padding: 0 0 6px 12px;
    line-height: 1.2;
}

#doctor .doctor-block-title::before{
  content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 1em;
    background: rgba(37, 99, 235, 0.7);
}
