.indy-reassurance-2-widget,
.indy-reassurance-2-widget .title-h2 {
  color: #fff;
}
.indy-reassurance-2-widget .title-h2 {
  margin-bottom: 24px;
}

.indy-reassurance-2-widget .scores-wrapper {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  margin-top: 48px;
  max-width: 495px;
  margin-inline: auto;
}
.indy-reassurance-2-widget .scores-wrapper .score-number {
  font-size: 15.9px;
  font-weight: 700;
  letter-spacing: -0.16px;
}
.indy-reassurance-2-widget .scores-wrapper .score-number::before {
  content: "";
  background-image: url(/wp-content/themes/hello-child/img/icons/icon-trustpilot-star-black.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
  filter: invert(1);
  margin-right: 4px;
}
.indy-reassurance-2-widget .scores-wrapper .score .score-label::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-position: center;
}
.indy-reassurance-2-widget
  .scores-wrapper
  .score.trustpilot
  .score-label::before {
  background-image: url(/wp-content/themes/hello-child/img/icons/icon-trustpilot-star-green.svg);
}
.indy-reassurance-2-widget
  .scores-wrapper
  .score.appstore
  .score-label::before {
  background-image: url(/wp-content/themes/hello-child/img/icons/icon-applestore.svg);
}
.indy-reassurance-2-widget
  .scores-wrapper
  .score.playstore
  .score-label::before {
  background-image: url(/wp-content/themes/hello-child/img/icons/icon-playstore.svg);
}
