.policy_wrapper{
  width: 72rem;
  font-weight: bold;
  padding-top: 11.5rem;
  margin: 0 auto 14.9rem;
  color: var(--black);
}

.is-layout-flex {
  display: block !important;
}

.policy_wrapper h1 {
  font-size: 3.2rem;
  margin-bottom: 7rem;
  letter-spacing: 0.2rem;
}

.policy_wrapper h2 {
  font-size: 3.2rem;
  margin-bottom: 3.3rem;
  letter-spacing: 0.2rem;
}

.policy_wrapper h3 {
  font-size: 2rem;
  line-height: calc(32 / 20);
  letter-spacing: 0.05rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.policy_wrapper p {
  font-size: 1.6rem;
  line-height: calc(32 / 16);
  letter-spacing: 0.05rem;
  font-weight: 500;
  margin-bottom: 3.6rem;
}

.policy_wrapper div {
  margin-bottom: 12.7rem;
}


@media screen and (max-width: 699.98px){
  .policy_wrapper{
    width: 34.5rem;
    padding-top: 10.5rem;
    margin-bottom: 14.9rem;
  }

  .policy_wrapper h1 {
    font-size: 2.4rem;
    margin-bottom: 7.7rem;
  }

  .policy_wrapper h2 {
    font-size: 2.4rem;
    margin-bottom: 3.3rem;
  }

  .policy_wrapper h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .policy_wrapper div {
    margin-bottom: 9.6rem;
  }

}