.custom-testimonials-wrapper {
  display: flex;
  justify-content: center;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  padding-top: 20px;
}
.custom-testimonials-wrapper .slick-list {
  overflow: visible;
}

.custom-testimonials-wrapper .content-wrapper q:after,
.custom-testimonials-wrapper .content-wrapper q:before{
  display:none;
}


.custom-testimonials-wrapper .content-wrapper>div {
  width: 100%;
}

.custom-testimonials-wrapper .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  width: 100%;
  position: relative;
  z-index: 10;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 1.92%;
  margin-right: 1.92%;
}

.custom-testimonials-wrapper .heading h2,
.custom-testimonials-wrapper .heading h4 {
  font-size: 30px;
  margin: 0 0 4px; 
}

.custom-testimonials-wrapper .heading {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}


.custom-testimonials-wrapper .logo {
  margin: 0 auto 40px;
  width: 200px;
  text-align: center;
}

.custom-testimonials-wrapper .content blockquote {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  margin: -25px;
}

.custom-testimonials-wrapper .content blockquote q {
  display: block;
  padding: 10px;
  background-color: transparent;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
}

.custom-testimonials-wrapper .author-content {
  margin-top: 25px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
}

.custom-testimonials-wrapper button.slick-next.slick-arrow,
.custom-testimonials-wrapper button.slick-prev.slick-arrow {
  display: none !important;
}

.custom-testimonials-wrapper .content blockquote q p {
  margin-bottom: 0;
  background-color: rgba(244,244,246,0);
  color: #414141;
  font-size: 20px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
  font-family: “DM Sans”, Arial, Helvetica, sans-serif;
  font-weight: 400;
}

@media(max-width:1024px){
  .custom-testimonials-wrapper .heading h2 {
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px);
    --maxViewportSize: var(--content_break_point);
    --fontSize: 30;
} 
  .custom-testimonials-wrapper .slick-slide {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
