@charset "UTF-8";

.phone-block {
  align-items: flex-start;
}

.business-hours-wrap {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.phone-block .business-hours {
  font-weight: 700;
}

.business-hours-open__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
}