/* Trust Icons Block */

.providers-trusticons div {
  margin-top: 10px;
}

.trustLogoContainer {
  margin: 5px 45px;
  min-width: 130px;
}

.trustLogoContainer img {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .trustLogoContainer {
    margin: 5px 10px;
  }

  .providers-trusticons div {
    overflow-x: scroll;
    overflow-y: hidden;
    justify-content: center;
  }
}