.testimonial--section--from {
display: table;
}

.dp_field_tinymce {
margin-bottom: 20px;
font-family: 'Catamaran',Helvetica,Arial,Lucida,sans-serif;
}

.dp_field_tinymce p {
font-size: 28px;
line-height: 1.25em;
}

@media screen and (min-width: 1025px) {
.testimonial--section--image {
float: left;
}

.testimonial--section--from {
text-align: left;
}
}

@media screen and (max-width:1024px) and (min-width: 680px) {
.testimonial--section--image {
float: left;
}
.testimonial--section--from {
text-align: left;
}
}

.testimonial--section--button {
font-family: 'Catamaran',Helvetica,Arial,Lucida,sans-serif;
font-size: 18px;
background: #FF7043;
border-width: 1px!important;
border-color: #FF7043;
border-radius: 50px;
font-weight: bold;
font-style: normal;
text-transform: uppercase;
text-decoration: none;
min-width: 220px;
text-align: center;
color: #FFFFFF;
padding-top: 15px!important;
padding-right: 20px!important;
padding-bottom: 15px!important;
padding-left: 20px!important;
display: inline-block;
margin-top: 20px;
}

.testimonial--section--button:hover {
background: #E6572A;
border-color: #E6572A;
}