.trust h4{letter-spacing:-.02em;margin:0;}
.trust{border-top:1px solid #e7e7e3;border-bottom:1px solid #e7e7e3;background:#fff;}
.trust .trust__inner{grid-template-columns:repeat(4,1fr);padding-top:28px;padding-bottom:28px;display:grid;}
.trust .trust-item{border-right:1px solid #e7e7e3;align-items:center;gap:14px;padding:8px 28px;display:flex;}
.trust .trust-item:last-child{border-right:0;}
.trust .trust-item__icon{background:#e7f7df;width:40px;height:40px;color:#1f6b3a;border-radius:10px;flex-shrink:0;place-items:center;display:grid;}
.trust .trust-item__icon svg{width:22px;height:22px;}
.trust .trust-item h4{margin:0;font-size:14px;font-weight:600;}
.trust .trust-item p{color:#7a807c;margin:2px 0 0;font-size:12px;}
@media (width<=768px){
.trust .trust__inner{grid-template-columns:1fr;padding-top:0;padding-bottom:0;}
.trust .trust-item{border-right:0;border-bottom:1px solid #e7e7e3;padding:16px 0;}
.trust .trust-item:last-child{border-bottom:0;}
.trust .trust-item h4{font-size:15px;}
.trust .trust-item p{font-size:13px;}
}

