.acf-block-they-trusted-us-reviews {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #fff;
}
.acf-block-they-trusted-us-reviews .container {
  overflow: visible;
}
.acf-block-they-trusted-us-reviews .owl-carousel {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  /* width: 1500px; */
}
.acf-block-they-trusted-us-reviews .owl-carousel-wrapper {
  overflow: hidden;
  position: relative;
}
/* .acf-block-they-trusted-us-reviews .owl-carousel-wrapper:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  z-index: 3;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
} 
.acf-block-they-trusted-us-reviews .owl-carousel-wrapper:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100px;
  z-index: 3;
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
  */
.acf-block-they-trusted-us-reviews .owl-item > div {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  padding-right: 10px;
}
.acf-block-they-trusted-us-reviews .owl-carousel-wrapper {
  position: relative;
}
.acf-block-they-trusted-us-reviews .small-heading-2 {
  margin-bottom: 48px;
}
.acf-block-they-trusted-us-reviews .owl-carousel .owl-item img {
  width: auto;
}

.acf-block-they-trusted-us-reviews .review-company-name {
  color: var(--Text-Colours-headlines-Unilogo, #00b2a9);
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.5px;
}
.acf-block-they-trusted-us-reviews .company-name {
  color: #404040;
  margin-bottom: 16px;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: -0.2px;
}
.acf-block-they-trusted-us-reviews .company-review {
  color: #666;
  margin-bottom: 16px;
  /* min-height: 180px; */
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7; /* 171.429% */
  letter-spacing: -0.2px;
}
.acf-block-they-trusted-us-reviews .review-logo {
  /* background-color: #f2f2f2; */
  height: 120px;
  display: flex;
  align-items: center;
  object-fit: contain;
  overflow: hidden;
  box-sizing: border-box;
}
.acf-block-they-trusted-us-reviews .owl-carousel .review-logo img {
  mix-blend-mode: multiply;
  width: 100px;
  aspect-ratio: 1/1;
}
.acf-block-they-trusted-us-reviews .owl-nav {
  display: flex;
  justify-content: flex-end;
}
.acf-block-they-trusted-us-reviews .owl-carousel .owl-nav button.owl-next,
.acf-block-they-trusted-us-reviews .owl-carousel .owl-nav button.owl-prev {
  background-color: #fff;
  width: 40px;
  height: 40px;
  box-shadow: 0px 1px 2px 0px rgba(37, 41, 70, 0.15), 0px 4px 10px -10px rgba(26, 45, 82, 0.2);
  border-radius: 50%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../assets/img/reviews-icon-arrow-Forward.svg);
}
.acf-block-they-trusted-us-reviews .owl-carousel .owl-nav button.owl-prev {
  background-image: url(../../assets/img/reviews-icon-arrow-Back.svg);
}
@media screen and (max-width: 768px) {
  .acf-block-they-trusted-us-reviews {
    display: none !important;
  }
}
