@charset "utf-8";
.off-hours .txt-result {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .off-hours .txt-result {
    text-align: center;
  }
}