.store-info-section {
  margin-top: 42px;
  margin-bottom: 48px;
  @media only screen and (max-width: 768px) {
    margin-top: 41px;
    margin-bottom: 24px;
  }
}
.working-hours-list {
  @media only screen and (max-width: 768px) {
    padding-left: 0;
  }
}
.store-page-title {
  color: #000;
  text-align: center;
  font-family: 'Tiempos Fine';
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: var(--spacing-6);
  @media only screen and (max-width: 768px) {
    font-size: 32px;
    line-height: 40px;
  }
}
.shop-status {
  justify-content: center;
  color: #000;
  text-align: center;
  font-family: 'Proxima Nova';
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1.5px;
  margin-right: 0;
  @media only screen and (max-width: 768px) {
    font-size: 18px;
    line-height: 24px;
  }
}
