.tm21 {
	 padding-bottom: 60px;
}
 .tm21__quote {
	 color: rgba(0, 0, 0, .1);
	 text-align: center;
	 margin-bottom: 30px;
}
 .tm21 .carousel-inner .item {
	 opacity: 0;
	 -webkit-transition-property: opacity;
	 -ms-transition-property: opacity;
	 transition-property: opacity;
}
 .tm21 .carousel-inner .active {
	 opacity: 1;
	 -webkit-transition-property: opacity;
	 -ms-transition-property: opacity;
	 transition-property: opacity;
}
 .tm21 .carousel-indicators {
	 bottom: 10px;
	 list-style: none;
	 padding-left: 0;
}

 .tm21 .carousel-indicators > li {
	 background-color: var(--theme-primary);
	 border: none;
}
 .tm21 blockquote {
	 text-align: center;
	 border: none;
}
 .tm21 .profile-circle {
	 width: 100px;
	 height: 100px;
	 margin: 0 auto;
	 border-radius: 100px;
}
