.trust-badges-section{padding:22px 0;border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08);}
.trust-badges-row{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;}
.trust-badge-item{display:flex;align-items:center;gap:12px;padding:8px 24px;text-decoration:none;color:inherit;position:relative;}
.trust-badge-item:not(:last-child)::after{content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:32px;background:rgba(0,0,0,.1);}
.trust-badge-icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:36px;height:36px;}
.trust-badge-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;}
.trust-badge-text{display:flex;flex-direction:column;line-height:1.35;}
.trust-badge-heading{font-size:13px;font-weight:700;color:#222;}
.trust-badge-subtext{font-size:12px;color:#777;}
a.trust-badge-item:hover .trust-badge-heading{color:#f16033;}
@media (max-width:991px){
  .trust-badge-item{padding:8px 16px;}
  .trust-badge-item:not(:last-child)::after{display:none;}
}
@media (max-width:600px){
  .trust-badges-row{justify-content:flex-start;}
  .trust-badge-item{flex:0 0 50%;padding:10px 12px;}
}
