#maQuote {
  scroll-margin: 100px;
}

@media (min-width: 992px) {
  #maQuote {
    scroll-margin: 170px;
  }
}

#maQuote .quote-text-b {
  font-family: 'Amarante';
  font-size: 24px;
  line-height: 1.3;
  font-weight: 300;
  color: #fcbc7d;
}

#maQuote .title {
  font-family: 'Amarante';
  font-size: 36px;
}

#maQuote p {
  font-size: 17px;
}

@media (min-width: 768px) {
  #maQuote p {
    font-size: 18px;
  }
}

#maQuote .rating {
  background: rgba(133,38,255,0.3);
  border-radius: 25px;
  padding: 3px 10px;
}

@media (min-width: 576px) {
  #maQuote .quote-text-b {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  #maQuote .quote-text-b {
    font-size: 25px;
    line-height: 1.2;
  }
}

@media (min-width: 1200px) {
  #maQuote .quote-text-b {
    font-size: 28px;
    line-height: 1.2;
  }
}

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

#maQuote .testimonial:before {
  position: absolute;
  top: 17px;
  left: 35px;
  content: url("../../assets/img/quote-new-2.svg");
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .5));
  z-index: 1;
}

#maQuote .bubble {
  position: relative;
  padding: 18px;
  width: auto;
  border-radius: 12px;
  background: #28043e;
  border: 2px solid #a26ffb;
}

#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: -21px;
  width: 0;
  height: 0;
  content: "\0020";
  border: solid 22px transparent;
  border-bottom: 0;
  border-top-color: #28043e;
  overflow: hidden;
  z-index: 2;
}

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

#maQuote .bubble-sig {
  position: relative;
  float: right;
  margin-top: 30px;
  right: 45px;
  width: 210px;
  text-align: right;
  line-height: 1.2;
}

