@charset "utf-8";
/* CSS Document */

.container h1 {
  text-align: center;
  position: relative;
  font-weight: bold;
  margin-bottom: 4rem;
}
.privacy-container {
	margin: 100px auto;
}
.privacy-wrap {
  width: 100%;
}
.privacy-wrap p, ol, ul {
  line-height: 2rem;
}
.privacy-wrap h3 {
  margin-top: 3rem;
  list-style: none;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
}
.privacy-wrap h4 {
  margin-top: 1.5rem;
  font-size: 1.25rem;
}
.privacy-wrap a {
  color: #b5b4b4;
  text-decoration: underline;
}
.underline {
  text-decoration: underline;
}
.privacy-wrap ul {
  list-style-type: circle;
  margin-bottom: 2.5rem;
}
p.company-name {
  margin-bottom: 3rem;
  text-align: right;
}
p.caption {
  margin-top: 3rem;
  text-align: right;
}



.only500 {
  display: none;
}

@media (max-width: 500px) {
  p.caption {
    /* font-size: 0.5em; */
    text-align: left;
  }
  .only500 {
    display: block;
  }
}