.custom-testimonial-section-wrapper span.quote {
  display: block;
  margin: 0px 0px 1.25rem 3.125rem;
  padding: 0px 0px 1.5625rem 11.25rem;
  height: 6.25rem;
  max-height: 6.25rem;
  font-weight: 500;
  font-family: Helvetica, sans-serif;
  font-size: 11.25rem;
  line-height: 0;
  overflow: hidden;
}
.custom-testimonial-section-wrapper .custom-testimonial-section {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.custom-testimonial-section figure {
  margin: 0px;
  display: flex;
  flex-flow: column;
  -webkit-box-pack: start;
  place-content: space-around flex-start;
}
.custom-testimonial-section-wrapper .custom-testimonial-section blockquote {
  padding-left: 11.25rem;
  max-width: 62.5rem;
  line-height: 1.55;
  font-weight: 400;
  margin: 0px 0px 0px 3.125rem;
  font-family: "IBM Plex Serif", sans-serif;
}
.custom-testimonial-section-wrapper .image-test {
  position: absolute;
  left: 0px;
}
.custom-testimonial-section-wrapper .image-test-inner {
  width: 11.25rem;
  height: 11.25rem;
}
.custom-testimonial-section-wrapper .padding {
  width: 100%;
  padding-bottom: 100%;
}
.custom-testimonial-section-wrapper .padding img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transition-delay: 500ms;
}
.custom-testimonial-section-wrapper figcaption {
  align-items: flex-end;
  margin-top: 1.5625rem;
  margin-left: 3.125rem;
  padding-left: 11.25rem;
  font-size: 16px;
  line-height: normal;
}
.custom-testimonial-section-wrapper {
  position: relative;
}
.custom-testimonial-section-wrapper .padding img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  transition: opacity 500ms ease 0s;
}
.custom-testimonial-section-wrapper .image-test-inner img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  transition: opacity 500ms ease 0s;
}
.custom-testimonial-section-wrapper .custom-testimonial-section p {
  font-size: 1.5rem;
  margin-block-start: 1em;
  margin-block-end: 1em;
  font-family: "IBM Plex Serif", sans-serif;
  line-height: 1.55;
  font-weight: 400;
}
@media(max-width:1023px){
  .custom-testimonial-section-wrapper .custom-testimonial-section p {
    font-size: 1.375rem;
  }
}
@media(max-width:767px){
  .custom-testimonial-section-wrapper .custom-testimonial-section blockquote {
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .custom-testimonial-section-wrapper .custom-testimonial-section p {
    font-size: 1.25rem;
  }
  .custom-testimonial-section-wrapper .image-test {
    position: relative;
    margin: 0px auto;
  }
  .custom-testimonial-section-wrapper figcaption {
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
  }

}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-testimonial-section-wrapper .image-test{
    top:150px;
  }
}












