/* Smartphone body copy sizing */
@media(max-width:680px){
  .message-copy p,
  .section-heading>p,
  .service-row p,
  .strength article p,
  .message-text,
  .single-content .entry-content,
  .entry-content,
  .value-desc,
  .news-card-excerpt,
  .service-section-block p[style*="font-size:16px"]{
    font-size:14px!important;
  }
}
