.wsb-reviews {
  margin: 96px 0;
}

.wsb-reviews__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}

.wsb-reviews__header {
  text-align: center;
  margin-bottom: 24px;
}

.wsb-reviews__blurb {
    color: #00B1CD !important;
    font-size: 16px !important;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 120% !important;
    letter-spacing: 4px !important;
}

.wsb-reviews__title {
    text-align: center;
    color: #000 !important;
    font-size: 40px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 120% !important;
    margin: 24px auto;
    max-width: min(100%, 750px);
}

.wsb-reviews__google-logo img {
  height: 26px !important;
  width: auto;
}

.wsb-reviews__list {
  list-style: none;
  padding: 0;
  margin: 64px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.wsb-reviews__item {
}

.wsb-reviews__stars{
    text-align: center;
}

.wsb-reviews__item-title {
    margin: 16px 0 24px;
    color: #000 !important;
    text-align: center;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 120% !important;
}

.wsb-reviews__item-content {
    margin: 0;
    color: #000 !important;
    text-align: center;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 136% !important;
}

.wsb-reviews__item-author {
    color: #000 !important;
    text-align: center;
    font-size: 16px !important;
    font-style: italic;
    font-weight: 400 !important;
    line-height: 136% !important;
}

@media (max-width: 800px) {

    .wsb-reviews {
        margin: 40px 0;
    }

  .wsb-reviews__list {
    grid-template-columns: 1fr;
  }

    .wsb-reviews__title {
        font-size: 32px !important;
    }

}
