.ollok-trust { width: 100%; display: block; }
.ollok-trust a { display: block; width: 100%; }
.ollok-trust img { width: 100%; display: block; height: auto; }
.ollok-trust__mobile { display: none; }

@media screen and (max-width: 749px) {
  .ollok-trust__desktop { display: none; }
  .ollok-trust__mobile { display: block; }
}