section#testimonial-section {
	position:relative;
}

section#testimonial-section:before {
    content: "\2606 \00A0 \2606 \00A0 GUEST STARS OVER THE YEARS \00A0 \2606 \00A0 \2606";
    position: absolute;
    top: 0.6em;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2em;
    display: inline-block;
    white-space: nowrap;
}

@media screen and (max-width:700px) {
	section#testimonial-section:before {
		content: "\2606 \00A0 GUEST STARS \2606" !important;
	}
}