.trustpilot-mobile {
  display: none;
}
.trustpilot-mobile .trustpilot-widget {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 690px) {
  .trustpilot-desktop {
  display: none;
  }
  .trustpilot-mobile {
  display: block;
  }
}