@charset "UTF-8";
/* CSS Document */

.newopen {
text-align: center;
margin-bottom: 15px;
text-transform: uppercase;
letter-spacing: 1.2px;
}

@media screen and (max-width: 767px){
  .newopen {
    margin-bottom: 3vw;
    font-size: 3.2vw
  }

}