/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

#privacy p {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
#privacy .about__wrapper {
  padding-bottom: max(11.5rem, 70px);
}
#privacy .about__content {
  margin-top: max(6.5rem, 40px);
}
#privacy .about__content__list {
  display: grid;
  gap: max(3rem, 30px);
}
#privacy .about__content__list__item {
  border: max(0.2rem, 2px) solid #3a9447;
  border-radius: max(3rem, 10px);
  overflow: hidden;
}
#privacy .about__content__list__item__header {
  padding: max(2rem, 15px) max(6rem, 15px);
  background: #f5faf5;
}
#privacy .about__content__list__item__header h3 {
  font-size: max(2rem, 16px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
}
#privacy .about__content__list__item__body {
  padding: max(4rem, 20px) max(6.5rem, 20px);
}/*# sourceMappingURL=privacypolicy.css.map */