<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.review-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.review-flex &gt; div{
  margin-right: 20px;
}
p + p.puberty_pdf{
  margin-top: 0;
}
.puberty_lifepattern li{
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}
.puberty_lifepattern&gt;li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ffbc3c;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 640px){
  .review-flex{
    display: block;
    margin: 0 auto;
  }
  .review-flex img{
    margin: 0 auto;
  }
}</pre></body></html>