
/* Depoimentos — tipografia fixada em 15px */
body.page-depoimentos .testimonial-card,
body.page-depoimentos .testimonial-card p,
body.page-depoimentos .testimonial-content,
body.page-depoimentos .testimonial-content *,
body.page-depoimentos blockquote,
body.page-depoimentos blockquote *{
  font-family:'Montserrat',serif !important;
  font-size:15px !important;
  line-height:1.8 !important;
  font-weight:400 !important;
}
body.page-depoimentos .testimonial-card{
  padding:30px !important;
  background:#fff !important;
  border:1px solid rgba(27,26,24,.12) !important;
  border-top:2px solid #b4985a !important;
  box-shadow:none !important;
}
