.terms{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}
.terms article{background:#fff;border:1px solid var(--line);border-top:4px solid var(--blue);border-radius:17px;padding:25px}
.terms h4{font-size:18px}
.terms p{color:var(--muted);line-height:1.8}
.terms small{color:var(--blue);line-height:1.6;display:block}
@media(max-width:900px){.terms{grid-template-columns:1fr}}
