/*
0E1F37
*/
.acf-block-trustit div.ts-reviewList {
  margin: 0 -10px !important;
  /* .ts-reviewContent {
      display: flex;
      flex-direction: column;

      .ts-reviewTitle {
          order: 99;
      }
  } */
}
.acf-block-trustit div.ts-reviewList .ts-reviewlist-logo {
  display: none !important;
  width: 100%;
  margin-left: 0;
}
@media screen and (min-width: 48em) {
  .acf-block-trustit div.ts-reviewList {
    display: flex !important;
    flex-wrap: wrap;
  }
  .acf-block-trustit div.ts-reviewList .ts-reviewContainer {
    flex: calc(50% - 20px) !important;
    width: calc(50% - 20px) !important;
  }
}
@media print, screen and (min-width: 64em) {
  .acf-block-trustit div.ts-reviewList .ts-reviewContainer {
    flex: calc(33.33333333% - 20px) !important;
    width: calc(33.33333333% - 20px) !important;
  }
}
.acf-block-trustit div.ts-reviewList .ts-reviewLogo img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 24px;
}
.acf-block-trustit div.ts-reviewList .ts-reviewContainer {
  flex-direction: column;
  margin: 0 10px 20px !important;
  padding: 40px 30px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  border-top: 10px solid #EA7024;
}
.acf-block-trustit div.ts-reviewList .ts-reviewContainer:nth-child(6n+3) {
  border-color: #005896;
}
.acf-block-trustit div.ts-reviewList .ts-reviewContainer:nth-child(5n+4) {
  border-color: #ececec;
}
.acf-block-trustit div.ts-reviewList .ts-reviewContainer:nth-child(4n+5) {
  border-color: #0D485D;
}
.acf-block-trustit div.ts-reviewList .ts-reviewContainer:nth-child(5n+6) {
  border-color: #a9ca3f;
}
.acf-block-trustit div.ts-reviewList .ts-reviewTitle,
.acf-block-trustit div.ts-reviewList .ts-reviewContent {
  text-align: center !important;
}
.acf-block-trustit div.ts-reviewList .ts-reviewTitle a,
.acf-block-trustit div.ts-reviewList .ts-reviewContent a {
  text-decoration: none;
}
.acf-block-trustit div.ts-reviewList .ts-reviewText {
  margin-top: 30px;
  font-size: 16px;
}
.acf-block-trustit div.ts-reviewList .ts-reviewTitle {
  font-size: 1.375rem;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #454C54 !important;
  font-weight: 500;
}
.acf-block-trustit div.ts-reviewList .ts-reviewTitle a {
  color: inherit !important;
  text-transform: none !important;
}
.acf-block-trustit div.ts-reviewList .ts-reviewReply {
  color: #454C54;
}
.acf-block-trustit div.ts-reviewList .load-more-wrapper {
  margin-left: 0;
  width: 100% !important;
  text-align: center;
  padding-top: 50px;
}
.acf-block-trustit div.ts-reviewList .load-more-wrapper #tsLoadMore {
  display: inline-block;
  height: 36px !important;
  line-height: 36px !important;
  border-radius: 18px;
  min-width: 190px;
  background-color: #ea7024 !important;
  border: 0;
  font-size: 14px;
  padding: 0 20px;
  color: #FFF;
  transition: all 0.3s;
  text-decoration: none;
}
.acf-block-trustit div.ts-reviewList .load-more-wrapper #tsLoadMore:hover {
  background: #ec7e3a !important;
}
@media (max-width: 991px) {
  .acf-block-trustit div.ts-reviewList .load-more-wrapper #tsLoadMore {
    height: 32px;
    line-height: 32px;
  }
}
@media (max-width: 375px) {
  .acf-block-trustit div.ts-reviewList .load-more-wrapper #tsLoadMore {
    min-width: auto;
    width: 100%;
    text-align: center;
  }
}

/*# sourceMappingURL=block.css.map*/