/* Stylesheet */

span[style="font-size:46px"] {
  font-size: 38px !important;
}

.testimonial-outer .carousel-control-next-icon,
.testimonial-outer .carousel-control-prev-icon {
  background: none !important;  
}

.testimonial-outer .carousel-control-prev-icon:after {
  content:'\e035';
  color: #000;
  position: relative;
  top: 1px;
  display: inline-block;
  speak: none;
  font-family: Icons;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.testimonial-outer .carousel-control-next-icon:after {
  content:'\e036';
  color: #000;
  position: relative;
  top: 1px;
  display: inline-block;
  speak: none;
  font-family: Icons;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  .testimonial {
    padding: 5rem 0;
    position: relative;
  }

  .testimonial:before {
    content: '”';
    font-family: Junge,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 72pt;
    top: 4px;
    left: 4px;
    position: absolute;
    transform: scalex(-100%);
    color: var(--primary);
  }

  .testimonial:after {
    content: '”';
    font-family: Junge,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 72pt;
    bottom: 4px;
    right: 4px;
    position: absolute;
    color: var(--primary);
  }

  .testimonial-inner {
    margin: 0 8rem;
  }
}

