/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-cgb-block-testimonialscroll {

}
.testSlide_container {
  position: relative;
}
.testSlide_container svg:first-of-type {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #25408F;
  font-size: 40px;
}
.testSlide_container svg:last-of-type {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #25408F;
  font-size: 40px;
}