@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 600px) {
  div.Responsive-text {
    font-size: 1vw;
  }
}

