@media screen and (max-width: 900px) {
   .wrapper {
      width: 100%;
   }
   .text {
      font-size: 14px;
   }
   .note {
      font-size: 10px;
   }
 }