.trustpilot__h2 {
  text-align: center;
  font-size: 1.2rem !important;
  font-weight: 400;
  line-height: 1.5rem !important;
  color: #005f96;
}
@media only screen and (max-width: 768px) {
  .trustpilot__h2 {
    font-size: 1rem !important;
  }
}
.carousel iframe {
  height: 350px;
}
@media only screen and (min-width: 480px) {
  .carousel iframe {
    height: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel iframe {
    height: 290px;
  }
}
