.testimonial-reviews.module--quote {
  background-color: #010e1b;
}
.testimonial-reviews .module__inner {
  padding: 0 20px;
}
.module__inner:has(.border) {
  border-bottom: 3px solid rgba(111, 224, 6, 0.2);
  padding-bottom:66px;
}
.client-reviews .rtext__content >  span {
  display: block;
  margin: 0 0 10px;
}
.testimonial-reviews .quote {
  padding-bottom: 0;
}
.testimonial-reviews .quote__icon {
  margin: 0 0 36px;
}
.testimonial-reviews .quote__icon .icon__glyph {
  width: unset !important;
  height: unset !important;
}
.testimonial-reviews .quote__icon .icon {
  box-shadow: none !important;
  background-color: transparent;
  width: 49px;
  height: 39px;
}
.testimonial-reviews .quote__icon .icon .svg-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-reviews .quote__quote {
  margin: 0 0 57px;
}
.testimonial-reviews .quote__quote blockquote {
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  max-width: 911px;
  margin: 0 auto;
}

/*
.testimonial-reviews .quote .compact-card {
margin: 0;
border-top: 1px solid rgba(255, 255, 255, 0.6);
border-left: 1px solid #999999;
border-right: 0;
border-bottom: 0;
background: linear-gradient(90deg, rgba(1, 14, 27, 0.9) 0%, rgba(255, 255, 255, 0.2) 100%);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
padding: 22px 31px 22px 31px;
border-radius: 10px;
box-shadow:
0 8px 32px rgba(0, 0, 0, 0.25),
inset 0 1px 0 rgba(255, 255, 255, 0.1);
position: relative;
overflow: hidden;
}
.testimonial-reviews .quote .compact-card::before {
content: "";
position: absolute;
inset: 0;
border-radius: 10px;
background: linear-gradient(
135deg,
rgba(1, 14, 27, 0.35) 0%,
rgba(255, 255, 255, 0.12) 100%
);
pointer-events: none;
}
*/
.testimonial-reviews .quote .compact-card {
  margin: 0;
  padding: 22px 31px 22px 31px;
  position: relative;
  overflow: hidden;
  background-image: url(https://www.diazcooper.com/hubfs/Rectangle%2012.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.testimonial-reviews .compact-card__img {
  margin-right: 45px;
}
.testimonial-reviews .compact-card__title {
  font-size: 20px;
  line-height: 130%;
  font-weight; 700;
  font-family: 'Montserrat';
  margin: 0 0 10px;
}
.testimonial-reviews .compact-card__desc {
  color: #FFF;
  font-size: 15px;
  line-height: 130%;
  font-weight; 500;
  font-family: 'Montserrat';
}
.testimonial-reviews .quote__card {
  min-width: 395px;
}
.testimonial-reviews .compact-card__img img {
  width: 81px;
  height: 81px;
}
.client-reviews .rtext__content > h3 {
  font-size: 24px;
}
.client-reviews .description {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .client-reviews .rtext__content >  span {
    margin: 0 0 20px;
  }
  .client-reviews .rtext__content >  h3 {
    font-size: 20px;
    margin-bottom: 20px !important;
  }
  .testimonial-reviews .module__inner {
    padding-bottom: 0;
    border-bottom: none;
  }
  .testimonial-reviews .quote__icon {
    margin: 0 0 39px;
  }
  .testimonial-reviews .quote__quote {
    margin: 0 0 29px;
  }
  .testimonial-reviews .quote__quote blockquote {
    font-size: 14px;
  }
  .testimonial-reviews .compact-card__img {
    margin-right: 33px;
  } 
  .testimonial-reviews .compact-card__title {
    font-size: 15px;
  }
  .testimonial-reviews .compact-card__desc {
    font-size: 11px;
  }
  .testimonial-reviews .quote .compact-card {
    padding: 20px 19px 20px 19px;
  }
  .testimonial-reviews .compact-card__img img {
    width: 64px;
    height: 64px;
  }
}