.privacy-policy{
  padding: 24px 0 56px;
}

.privacy-policy__inner{
  width: min(980px, 92%);
  margin: 0 auto;
}

.privacy-policy__content{
  text-align: justify;
  text-justify: inter-word;
  background: #fff;
  border: 1px solid #e0e6ec;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(48,72,98,.12);
  padding: 22px 22px 26px;

  color: #4d647e;
  line-height: 1.75;
  font-size: 1rem;
}

.privacy-policy__content h3{
  text-align: left;
  font-size: 1.25rem;
  margin: 1.2rem 0 .55rem;
  color: #304862;
  font-weight:700;
  letter-spacing: .2px;
  line-height: 1.25;
}

.privacy-policy__content h3:first-child{
  margin-top: 0;
}

.privacy-policy__content p{
  margin: .55rem 0;
}

.privacy-policy__content ul{
  margin: .6rem 0 .9rem 1.15rem;
  padding: 0;
}

.privacy-policy__content li{
  margin: .35rem 0;
}

.privacy-policy__content a{
  color: #de4640;
  text-decoration: none;
  font-weight: 600;
}

.privacy-policy__content a:hover{
  text-decoration: underline;
}

@media (max-width: 520px){
  .privacy-policy__content{
    text-align: left;
    padding: 18px 16px 20px;
    border-radius: 16px;
  }
}