.custom-quote-block {
  background: #fcfcfd;
  margin-bottom: 48rem;

  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20rem;
  padding: 32rem;
  margin-bottom: 48rem;
}

.custom-quote-block .quote-icon {
  width: 40rem;
  height: 40rem;
  background: url(./ri_double-quotes-r.svg) no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 20rem;
}

.custom-quote-block .quote-text {
  font-weight: 700;
  font-size: 24rem;
  line-height: 130%;
  color: #000;
  margin-bottom: 18rem;
}

.custom-quote-block .quote-text span {
  display: block;
  margin-bottom: 15rem;
}

.custom-quote-block .quote-author-name {
  font-weight: 400;
  font-size: 14rem;
  line-height: 140%;
  color: #404040;
}

.custom-quote-block .quote-author-meta {
  font-weight: 400;
  font-size: 14rem;
  line-height: 140%;
  color: #404040;
}

.custom-quote-block .quote-author-meta a {
  text-decoration: underline;
  color: #404040;
}

@media screen and (max-width: 991px) {
  .custom-quote-block {
    border-radius: 20rem;
    padding: 20rem;
  }

  .custom-quote-block .quote-icon {
    margin-bottom: 18rem;
  }

  .custom-quote-block .quote-text {
    font-size: 16rem;
    margin-bottom: 18rem;
  }

  .custom-quote-block .quote-text span {
    display: block;
    margin-bottom: 10rem;
  }

  .custom-quote-block .quote-author-name {
    font-size: 12rem;
  }

  .custom-quote-block .quote-author-meta {
    font-size: 12rem;
  }
}