/* Safe service text/layout patch: Trusted by alignment only */
.trusted-by-section .trusted-by-grid{
  align-items:center !important;
  justify-items:center !important;
  max-width:1180px !important;
  margin:0 auto !important;
}
.trusted-by-section .trusted-by-item{
  width:100% !important;
  min-height:64px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}
.trusted-by-section .trusted-by-name{
  display:block !important;
  width:100% !important;
  max-width:260px !important;
  text-align:center !important;
  line-height:1.08 !important;
  letter-spacing:-0.055em !important;
  white-space:normal !important;
  overflow-wrap:normal !important;
}
@media (min-width:768px){
  .trusted-by-section .trusted-by-grid{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
}
@media (max-width:767px){
  .trusted-by-section .trusted-by-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    column-gap:24px !important;
    row-gap:34px !important;
  }
  .trusted-by-section .trusted-by-item{min-height:52px !important;}
  .trusted-by-section .trusted-by-name{font-size:16px !important;}
}
