
/* Centre hero review sources and reassurance items on true mobile screens. */
@media screen and (max-width: 680px) {
  .sds-hero .sds-hero__review-sources {
    width: 100% !important;
    justify-items: center !important;
    align-items: center !important;
  }

  .sds-hero .sds-review-source {
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  .sds-hero .sds-review-source__content {
    align-items: center !important;
    text-align: center !important;
  }

  .sds-hero .sds-review-source__score {
    justify-content: center !important;
  }

  .sds-hero .sds-review-source__content small {
    text-align: center !important;
  }

  .sds-hero .sds-hero__reassurance {
    width: 100% !important;
    justify-items: center !important;
    align-items: center !important;
  }

  .sds-hero .sds-hero__reassurance span {
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }
}
