.testimonial {
	padding: 40px;
	background-image: url(../../images/quote.svg);
	background-repeat: no-repeat;
	background-size: auto;
}

.testimonial p {
	font-size: 26px;
}

@media (max-width: 767px) {
.testimonial p {
    font-size: 18px;
}
}
