.banner-trustpilot {
  display: flex;
  justify-content: center;
  border-style: none;
}
.trustpilot-widget {
  display: flex;
  width: 100%;
}
.trustpilot-widget.type-starter {
  display: inline-block;
  position: relative;
}
.trustpilot-widget.type-starter.allowAnalyticsTracking {
  pointer-events: none;
}
.overlay-for-slider {
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: auto;
  top: 0;
  left: 50%;
  width: 90%;
  height: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .overlay-for-slider {
    width: 70%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .overlay-for-slider {
    width: 83%;
  }
}
