@charset "UTF-8";
/* CSS Document */
  .small-label{
    display:block;
    margin-top: 32px !important;
    text-align: center;
  }

  .small-label a{
    color: #333;
  }
  @media(max-width:599px){
    .small-label{
      font-size: 1.5rem;
    }
  }