.terms-container{
  max-width:860px;
  margin:18px auto 30px;
  padding:0 18px;
}
.terms-card{
  padding:22px 22px 26px;
}
.terms-header{
  text-align:center;
  margin-bottom:18px;
}
.terms-header h1{
  margin:0 0 8px;
  font-size:22px;
  color:#0f172a;
}
.terms-header p{
  margin:0;
  font-size:13px;
  color:#64748b;
  line-height:1.6;
}
.terms-section{
  border-top:1px dashed #fde2c1;
  padding:16px 10px;
  text-align:center;
}
.terms-section:first-of-type{border-top:none;}
.terms-section h2{
  margin:0 0 10px;
  font-size:16px;
  color:#b45309;
}
.terms-section ol,
.terms-section ul{
  display:inline-block;
  text-align:left;
  margin:0 auto;
  padding-left:20px;
  color:#475569;
  font-size:13px;
  line-height:1.7;
}
.terms-section ul{margin-top:8px;}

@media (max-width:768px){
  .terms-card{padding:18px;}
  .terms-header h1{font-size:20px;}
}
