#services { display: block; position: relative; width: 700px; margin: 0 auto; }

    /* titulo */
    #services div.title { display: block; position: relative; height: 50px; width: 65%; margin: 0 auto; padding: 0 35px; }
        #services div.title h1 { display: block; position: relative; height: 48px; line-height: 24px; margin: 0; font-size: 18px; color: #dee345; text-align: center; overflow: hidden; }
		#services div.title span { display: block; position: absolute; bottom: 0; left: 50%; margin: 0 0 0 -75px; width: 150px; height: 0; border-bottom: 2px solid #d0d2d2; }

    #services div.body { display: block; position: relative; width: 100%; margin: 50px auto 0 auto; }
        #services div.body h1 { display: block; position: relative; height: 48px; line-height: 24px; margin: 0; font-size: 18px; color: #dee345; text-align: center; overflow: hidden; }
        #services div.body p { display: block; position: relative; margin: 50px 0 0 0; padding: 0 0 50px 0; line-height: 25px; text-align: justify; font-size: 18px; border-bottom: 2px solid #d0d2d2; }