@charset "utf-8";
/* CSS Document */

/*testimonials*/
.speech-bubble {
  position: relative;
  background: rgba(55, 64, 89, 0.1);
  border-radius: .4em;
  padding: 1.5em;
  color: #333;
  letter-spacing: 1px; }


.speech-bubble .testimonial-img {
  	width: 90px;
  	border-radius: 50px;
	shape-outside: circle(50%);
	margin-right: 2.2em;
	margin-bottom: 1.2em;
  	border: 6px solid #fff;
  	float: left;
 	margin: 0 10px 0 0;
}

.speech-bubble:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 1.031em solid transparent;
  border-top-color: rgba(55, 64, 89, 0.1); 
  border-bottom: 0;
  margin-left: -1.031em;
  margin-bottom: -1.031em; }

.blockquote {
  margin-bottom: 2.3rem;
  font-size: .9rem;
  line-height: 1.5rem;
  font-weight: 500;}

.blockquote div {
  margin-bottom: 15px;}

.blockquote div:last-child {
  margin-bottom: 0;}

.blockquote div ul {
  list-style: disc;
  padding-left: 16px;
  margin-bottom: 0;
}

.blockquote div ul li {
  padding-bottom: 10px;
}

.blockquote div ul li:last-child {
  padding-bottom: 0;
}

.blockquote-footer {
  font-size: .9rem;
  font-weight:500;
  color: var(--color-primary);
  text-align: right;
  padding-right: 1rem; }

.blockquote-footer cite {
  color: var(--color-default);
  font-weight:400;
}

