.schedule-wrapper {
  width: 100%;
}
.schedule-wrapper ul {
  list-style-type: none;
  margin-top: var(--spacing-10);
  @media only screen and (max-width: 768px) {
    margin-bottom: 0;
   }
}
.working-hours-list{
  padding: 0;
}
.working-hours-item {
  display: flex;
  justify-content: space-between;
}
.working-hours {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.working-hours-item {
    padding: var(--spacing-2) 0;
    border-bottom: 1px solid #0000001A;
}
.working-day {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.working-hours-item.current-day{
    font-weight: 700;
}
.working-hours{
    text-transform: uppercase;
}
.schedule-title{
    width: fit-content;
    margin: auto;
    font-size: 33px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1.5px;
}
