.three-cards{background:#faf8f5;color:#0e2241;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;margin:auto;padding:112px 0;text-align:center}.three-cards .badge{color:#c69f53;font-size:14px;font-weight:600;letter-spacing:.7px;line-height:20px;margin-bottom:8px;text-transform:uppercase}.three-cards .grid.center .icon{margin-left:auto;margin-right:auto}.three-cards .grid.left .icon{margin-left:0;margin-right:auto}.three-cards .grid.right .icon{margin-left:auto;margin-right:0}.three-cards .title{line-height:48px;margin-bottom:16px}.three-cards .subtitle{color:#5e718d;font-size:18px;line-height:28px;margin:0 auto 64px;max-width:672px;opacity:1}.three-cards .grid{display:grid;gap:32px;grid-template-columns:repeat(3,minmax(0,1fr))}.three-cards .card{background:#fff;border:1px solid #dadfe7;border-radius:8px;overflow:hidden;padding:28px 24px 26px;position:relative;text-align:left;transition:all .3s}.three-cards .card:before{background:#c7a24a;border-radius:4px;content:"";height:0;left:0;position:absolute;top:0;transition:height .45s ease;width:4px}.three-cards .card:hover:before{height:100%}.three-cards .icon{align-items:center;background:#f3f4f7;border-radius:10px;color:#0e2241;display:flex;font-size:22px;height:56px;justify-content:center;line-height:0;margin:0 0 20px;width:56px}.three-cards .icon svg{width:26px}.three-cards .card h3{font-size:20px;letter-spacing:-.5px;margin:0 0 12px}.three-cards .card p{color:#5e718d;font-size:16px;line-height:26px}.three-cards .grid.two-column{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:900px){.three-cards .grid{grid-template-columns:1fr 1fr}.three-cards .title{font-size:30px}}@media(max-width:767px){.three-cards .grid.three-column,.three-cards .grid.two-column{grid-template-columns:1fr}}@media(max-width:600px){.three-cards .grid{grid-template-columns:1fr}.three-cards .card{padding:24px 20px}}