body {
  background: #f5f5f5;
}

a {
	text-decoration: none
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .open>.dropdown-toggle.btn-outline-info {
	color: #fff !important;
	/*background-color: #837171;
	border-color: #837171; /*set the color you want here*/
	*/
}



	
			
	.b-shadow{
		box-shadow: 0 0 20px 0 hsla(0, 0%, 86.7%, .65);
	}		


#tt h3 {
    font-size: 1.3125rem;
    font-weight: 500;
    cursor: pointer;
    line-height: 33px;
}

#tt section {
	margin-bottom: 8rem;
}


#tt figure {
	margin: 0 0 1rem;
}

#tt .header-content {
	display: block;
	padding: 10% 25px;
	text-align: center;
}

#tt .card-border {
	border: 1px solid #efefef;
	transition: all 0.6s ease;
}

#tt .card.box-shadow-0.card-border:hover {
	transform: translateY(-20px);
	box-shadow: 0 0 20px 0 hsla(0, 0%, 86.7%, .65);
}

#tt h5,
.h5 {
	font-size: 1.25rem;
	color: #4a4b65;
}

#tt .testimonial-content h6 {
	font-size: 15px;
	font-weight: 600;
	color: #394d73;
	font-family: 'Inter', sans-serif;
}
