/*========================
Therapy Services
========================*/

#therapy-services { background:#f1f1f1; }


#therapy-services .span_1_of_3 { background:#FFF; border-radius: 10px; border:1px solid #e5e5e5; overflow: hidden; }
#therapy-services .span_1_of_3 .therapist-info { float: left; width: 100%; padding:20px; }
#therapy-services .span_1_of_3 .therapist-info .title { color: #393939; font-family: din_next; font-size: 23px; position: relative; }
#therapy-services .span_1_of_3 .therapist-info .title:before {    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 3px;
    width: 80px;
    background: #8f7aa3;
    content: '';}