.text-highlight{
	background: #f5d49c;
}

.conversations {
	background: #f0e9ee;
	padding: 25px;
	border: 1px solid rgba(0,0,0, .125);
}

.conversations p{
	font-family: 'Merriweather', serif;
	margin-bottom: 0px;
}

.testimonial-cf {
	
	background: #e8dae4;
	border: 1px solid #B71E4C;
	padding: 20px;
}

.testimonial-cf h1{
	font-size: 100px;
	position: absolute;
	font-family: 'playfair Display', serif;
	font-weight: 300;
	top: 10px;
	color: #313131;
}


blockquote {
    font-family: Georgia, serif;
    position: relative;
    margin: 0.5em;
    padding: 0.5em 3em 0.5em 3em;
}
/* Thanks: http://callmenick.com/post/styling-blockquotes-with-css-pseudo-classes */
blockquote:before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 6em;
    line-height: 1;
    top: 0;
    left: 0;
    content: "\201C";
}
blockquote:after {
    font-family: Georgia, serif;
    position: absolute;
   /* display: block; don't use this, it raised the quote too high from the bottom - defeated line-height? */
    float:right;
    font-size:6em;
    line-height: 1;
    right:0;
    bottom:-0.5em;
    content: "\201D";
}
blockquote footer {
    padding: 0 2em 0 0;
    text-align:right;
}
blockquote cite:before {
    content: "\2013";
}


.testimonial-cf p{
	font-family: 'Lora', serif;
	color: #000000;
	font-size: 20px;
}

.bgtalk {
	
	background: #F9F9F9;
	border: 1px solid #000000;
	padding: 20px;
}

.bgtalk p{
	font-family: 'Merriweather', serif;
}

.card h4{
	color: #B71E4C !important;
}

.questions{
	background: #b71e4c;
	padding: 20px 20px 20px 20px;

}
.questions p{
	color: white;
	margin-bottom: 0px;
	width: 85%;
	
}

.answers{
	background: #F9F9F9;
	border: 1px solid #b71e4c;
	padding: 40px 40px 20px 40px;
		margin-bottom: 20px;
}
.fa{
	content: url("https://cdn.truegcloud.com/cellulitefactor/images/accordion-arrow-after.svg");
	width: 25px;
	height: 21px;
	position: absolute;
	right: 35px;
	margin-top: 5px;
}

@media screen and (max-width:480px){
	h3{
		font-size: 25px !important;
	}
	.testimonial-cf {
	
	background: #e8dae4;
	border: 1px solid #B71E4C;
	padding: 20px;
}
	.testimonial-cf p{
	font-family: 'Lora', serif;
	color: #000000;
	font-size: 20px;
		text-indent: 0px !important;
}
	
	blockquote {
    font-family: Georgia, serif;
    position: relative;
    margin: 0.5em;
    padding: 0.5em 2em 0.5em 2em;
}
/* Thanks: http://callmenick.com/post/styling-blockquotes-with-css-pseudo-classes */
blockquote:before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 64px;
    line-height: 1;
    top: 0;
    left: 0;
    content: "\201C";
}
blockquote:after {
    font-family: Georgia, serif;
    position: absolute;
   /* display: block; don't use this, it raised the quote too high from the bottom - defeated line-height? */
    float:right;
    font-size:64px;
    line-height: 1;
    right:0;
    bottom:-0.5em;
    content: "\201D";
}
blockquote footer {
    padding: 0 2em 0 0;
    text-align:right;
}
blockquote cite:before {
    content: "\2013";
}
}