.closed-store {
  font-family: Arial, Helvetica, sans-serif;
  color: #4b4f58;
}

.closed-store__container {
  width: 80%;
  margin: 0 auto;
}

.closed-store__title {
  font-size: calc(40px + 20 * (100vw - 360px) / 920);
  font-weight: bold;
  margin-top: 75px;
}

.closed-store__content {
  font-size: calc(20px + 10 * (100vw - 360px) / 920);
  margin-top: 25px;
}/*# sourceMappingURL=closed-store.css.map */