.hour-row {
  padding: 1rem 0;
}
.hour-row::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgb(153, 153, 153);
}
.hour-row:last-child::before {
  height: 0px;
}

.contact-phone {
  font-size: 1.7rem;
  font-family: var(--typography-accent-font-family);
}
