#maQuote .testimonial {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

#maQuote .testimonial::before {
  position: absolute;
  top: 14px;
  left: 15px;
  content: url("../../assets/img/quote.svg");
  z-index: 1;
}

#maQuote .bubble {
  position: relative;
  padding: 20px;
  width: auto;
  border-radius: 12px;
  border: 4px solid #8638a4;
  background: #a558c3;
}

#maQuote .bubble p {
  position: relative;
  z-index: 2;
}

#maQuote .bubble p:last-child {
  margin-bottom: 0;
}

#maQuote .bubble:before, .bubble:after {
  display: block;
  position: absolute;
  right: 4em;
  bottom: -18px;
  width: 0;
  height: 0;
  content: "\0020";
  border: solid 20px transparent;
  border-bottom: 0;
  border-top-color: #a558c3;
  overflow: hidden;
  z-index: 2;
}

#maQuote .bubble:before {
  bottom: -24px;
  border-top-color: #8638a4;
  z-index: 1;
}

#maQuote .bubble-sig {
  position: relative;
  margin-top: 30px;
  right: 3em;
  font: bold 1em/1.4 Arial, sans-serif;
  text-align: right;
  line-height: 1.2;
}

