.trust-pilot__container {
  display: flex;
  flex-wrap: wrap;
}
.trust-pilot__score {
  flex: 0 0 25%;
}
@media (max-width: 768px) {
  .trust-pilot__score {
    flex: 0 0 50%;
  }
}
@media (max-width: 600px) {
  .trust-pilot__score {
    flex: 0 0 100%;
    margin-bottom: 16px;
  }
}
.trust-pilot__slider {
  flex: 1;
}
@media (max-width: 600px) {
  .trust-pilot__slider {
    flex: 0 0 100%;
  }
}
.trust-pilot__badge {
  width: 190px;
  height: 84px;
}
.trust-pilot__title {
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  color: #201F68;
}

.wrapper-top .tp-widget-reviews .tp-widget-review {
  background-color: #ffffff;
}

/*# sourceMappingURL=widget-trust-pilot.css.map */
