.p-terms{
  padding: 30px 20px 60px;
}
.p-terms__inner{
  margin: 0 auto;
  max-width: 800px;
}
.p-terms__sec+.p-terms__sec{
  margin-top: 50px;
}
.p-terms__heading{
  margin-bottom: 20px;
}
.p-terms__text{
  line-height: 1.875;
  letter-spacing: .02em;
}
.p-terms__text a{
  transition: color .4s;
  text-decoration: underline;
  word-break: break-all;
}
.p-terms__text--top{
  margin-bottom: 50px;
}
.p-terms__text+.p-terms__lists{
  margin-top: 30px;
}
.p-terms__lists{
  counter-reset: number 0;
}
.p-terms__list{
  display: flex;
  line-height: 1.75;
  letter-spacing: .05em;
}
.p-terms__list::before{
  display: block;
  position: relative;
  left: 0;
  flex-shrink: 0;
  counter-increment: number 1;
  margin-right: 5px;
  min-width: 25px;
  content: counter(number) ".";
  color: #09a7a8;
  font-weight: 700;
}
.p-terms__list+.p-terms__list{
  margin-top: 20px;
}
@media (min-width:48em){
  .p-terms{
    padding: 60px 20px;
  }
  .p-terms__text a:hover{
    color: #09a7a8;
  }}