@media screen and (max-width:749px){
  .fid-trust{display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:10px !important;align-items:start}
  .fid-trust .fid-t{gap:2px}
  .fid-trust .fid-t strong{font-size:12px !important;line-height:1.2;letter-spacing:0}
  .fid-trust .fid-t span{font-size:10.5px !important;line-height:1.25}
}
@media screen and (max-width:389px){
  .fid-trust{gap:8px !important}
  .fid-trust .fid-t strong{font-size:11px !important}
  .fid-trust .fid-t span{font-size:10px !important}
}
