
.testimonials{
    max-width: 1000px;
    padding: 0 15px 50px;
    /* margin: 0 auto 80px auto; */
}
.single-item{
    color: #111;
    padding: 20px;
    margin: 50px 20px;
}
.profile{
    margin-bottom: 30px;
    text-align: center;    
}
.content{
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content p {
	text-align: center;
}
.content p span {
	font-size: 48px;
	margin-right: 20px;
    color: blueviolet;
}
.socials i {
	margin-right: 20px;
}
.bio h4 {
	font-family: 'Berkshire Swash', cursive;
}
/* .carousel-control-next-icon, .carousel-control-prev-icon {
	background-color: blueviolet;
} */


















