.terms-wrap{
  /*max-width:1080px;*/
  margin:0 auto;
  padding:48px var(--gutter, 24px) 80px;
  color:var(--text-color);
}
.terms-title{
  font-size:32px;
  font-weight:400;
  color:var(--head-color);
  margin:0 0 32px;
}
.terms-section{ margin-bottom:36px; }
.terms-section h2{
  font-size:22px;
  font-weight:600;
  color:var(--head-color);
  margin:0 0 12px;
  border-bottom:1px solid var(--line);
  padding-bottom:8px;
}
.terms-section p{
  margin:0 0 14px;
  line-height:1.75;
  font-size:15.5px;
}
.terms-section ul{
  margin:0 0 14px;
  padding-left:22px;
  line-height:1.75;
  font-size:15.5px;
}
.terms-section li{ margin-bottom:8px; }
.terms-highlight{
  background:#EAF0F7;
  border-radius:10px;
  padding:20px 24px;
}
.terms-highlight h2{ border-bottom:none; padding-bottom:0; }

@media (max-width:600px){
  .terms-title{ font-size:24px; }
  .terms-section h2{ font-size:19px; }
}