.trustStrip{
  display:grid;
  grid-template-columns:minmax(230px,1.45fr) repeat(3,minmax(100px,1fr)) minmax(130px,1fr);
  align-items:center;
  justify-items:center;
  min-height:112px;
  gap:clamp(18px,3vw,52px);
  padding:28px clamp(28px,5vw,82px);
}
.trustStrip>span{
  justify-self:start;
  margin:0;
  line-height:1.5;
  white-space:nowrap;
}
.partnerLogo{display:grid;width:100%;height:54px;place-items:center}
.partnerLogo img{display:block;max-width:100%;max-height:48px;object-fit:contain;filter:saturate(.9)}
.partnerLogo.g4s img{max-width:84px;max-height:45px}
.partnerLogo.police img{max-width:112px}
.securityMark{display:flex;align-items:center;justify-content:center;gap:10px;color:#17342a}
.securityMark i{display:grid;width:43px;height:43px;place-items:center;border:1px solid #b58d52;border-radius:50%;color:#a87d40;font:500 22px Georgia,serif}
.securityMark strong{font-size:10px;line-height:1.35;letter-spacing:.14em}
@media(max-width:920px){
  .trustStrip{grid-template-columns:repeat(4,minmax(100px,1fr));gap:20px 28px;overflow:visible}
  .trustStrip>span{grid-column:1/-1;justify-self:center;text-align:center}
}
@media(max-width:600px){
  .trustStrip{grid-template-columns:repeat(2,minmax(0,1fr));padding:28px 22px}
  .trustStrip>span{white-space:normal}
  .partnerLogo,.securityMark{min-width:0}
}
