.trust-band{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#d9e2e8;border:1px solid #d9e2e8;margin-top:24px;margin-bottom:24px}.trust-band article{background:#fff;padding:20px;display:flex;flex-direction:column;gap:6px}.trust-band b{color:#092643;font:700 21px Georgia,serif}.trust-band span{color:#607585;font-size:12px;line-height:1.45}.topic-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.topic-grid>a{display:flex;flex-direction:column;min-height:250px;padding:27px;background:#fff;border:1px solid #d9e2e8;color:inherit;transition:.2s}.topic-grid>a:hover{transform:translateY(-2px);border-color:#f3782d;box-shadow:0 12px 30px rgba(9,38,67,.08)}.topic-grid small{color:#f3782d;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.topic-grid h2{font:700 27px/1.15 Georgia,serif;color:#092643;margin:12px 0}.topic-grid p{color:#607585;line-height:1.65;flex:1}.topic-grid b{color:#f3782d}@media(max-width:800px){.topic-grid,.trust-band{grid-template-columns:1fr 1fr}}@media(max-width:560px){.topic-grid,.trust-band{grid-template-columns:1fr}.topic-grid>a{min-height:auto}}