.user-agreement {
  padding: 20px;
  color: #333;
  letter-spacing: 1px;

  h1 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 5px 0;
  }

  p {
    font-size: 14px;
    text-align: justify;
    text-indent: 2em;
    line-height: 24px;
  }

}