#form_holder { margin-bottom: 30px; }
#response { display: none; }
form.testimonials-form h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #222;
	align-items: flex-start;
	display: flex;
	width: 223px;
	padding-right: 18px;
	margin-top: 0;
}

.stars-rating-container {
	display: flex;
}

.response {
	margin: 20px 0 0 20px;
    font-weight: normal;
    display: flex;
}

.response .picture {
	flex-flow: column;
	padding-right: 5px;
} 

.response .details {
	flex-flow: column;
    /* color: cornflowerblue !important; */
    color:#4276D5 !important;
}

.response .details p {
	margin-top: 0 !important;
	padding: 0 !important;
	white-space: pre-line;
}

.main-box {
	/* background-color: rgb(255, 255, 255); */
}
