@charset "UTF-8";
/* CSS Document */

.newopen {
  text-align: center;
  margin-bottom: 20px;
  color: rgb(135, 135, 130);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .newopen {
    margin-bottom: 2vw;
    font-size: 3.2vw;
  }
}