.elementor-399662 .elementor-element.elementor-element-2a494d57{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-399662 .elementor-element.elementor-element-a656b2f{--display:flex;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for html, class: .elementor-element-07068e6 *//* Testimonials block wrapper */
.cl-testimonials-wrap{
  margin-top: 150px;
  padding: 24px 5px 20px 5px;
}

/* Desktop only: 75% width and centred */
@media (min-width: 1025px){
  .cl-testimonials-wrap{
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Title – desktop */
.cl-testimonials-title{
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "IvyPresto Headline", Sans-serif;
  font-size: 64px !important; /* desktop */
  font-weight: 400;
  line-height: 1.2em;
  color: #40073D;
  text-align: center;
}

/* Sub-text */
.cl-testimonials-subtext{
  margin: 0 auto 14px auto;
  padding: 0;
  font-family: "Neue Haas Grotesk Display Pro", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  max-width: 900px;
}

/* Tablet */
@media (max-width: 1024px){
  .cl-testimonials-wrap{
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cl-testimonials-subtext{
    font-size: 16px;
  }
}

/* Mobile */
@media (max-width: 767px){
  .cl-testimonials-wrap{
    margin-top: 100px;
    padding: 20px 5px 16px 5px;

    /* ensure full width on mobile */
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cl-testimonials-title{
    font-size: 35px !important; /* smaller on mobile */
    line-height: 1.2em;
  }

  .cl-testimonials-subtext{
    font-size: 14px;
  }
}/* End custom CSS */