/* r68 PROTOTYPE (home only): float the story circle left and wrap the
   "Start where you are / Good support begins with listening" text around it.
   Scoped to the homepage .intro (.intro-aside only appears there). Mobile only. */
@media(max-width:640px){
  .intro{display:block}
  .intro-aside.story-row{
    float:left;
    width:104px;
    margin:6px 20px 12px 0;
    shape-outside:circle(52%);
    -webkit-shape-outside:circle(52%)}
  /* let the eyebrow + heading start alongside the circle, not below it */
  .intro-main{overflow:visible}
  .intro-main .eyebrow{margin-top:2px}
  .intro h2{font-size:30px;line-height:1.12}
}
