.trusted-section{background-color:var(--white);padding:80px 0}.trusted-section .sub-heading{color:var(--text);margin-bottom:50px;text-align:center}.trusted-section .trusted-grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.trusted-section .trusted-card{border:1px solid #e8eaed;border-radius:14px;display:flex;flex-direction:column;overflow:hidden;padding:12px}.trusted-section .trusted-card-logo{align-items:center;border-radius:12px;display:flex;justify-content:center;padding:50px}.trusted-section .trusted-card-logo img{max-height:60px;object-fit:contain;width:auto}.trusted-section .trusted-card-body{background:var(--white);display:flex;flex:1;flex-direction:column;padding:22px 0}.trusted-section .trusted-quote{color:#252525;flex:1;font-family:var(--roboto);font-size:16px;font-weight:300;line-height:1.65;margin-bottom:18px}.trusted-section .trusted-quote:before{content:"\201C"}.trusted-section .trusted-quote:after{content:"\201D"}.trusted-section .trusted-author{padding-top:14px}.trusted-section .trusted-author-name{color:var(--text);color:#252525;font-family:var(--font-main);font-size:20px;font-weight:400;margin-bottom:2px}.trusted-section .trusted-author-name:before{color:#888;content:"\2014\00A0"}.trusted-section .trusted-author-title{color:#252525;font-family:var(--roboto);font-size:16px;font-weight:300;line-height:1.4;padding-left:28px}@media(max-width:1024px){.trusted-section .trusted-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.trusted-section{padding:60px 0}.trusted-section .trusted-grid{grid-template-columns:1fr}}