#services { display: block; position: relative; width: 700px; margin: 100px auto; padding: 50px; background: transparent url(../../../src/img/body_bg_white.png) repeat; text-align: center; font-size: 0; }

@media all and ( max-width: 799px )
{
    #services { padding: 25px; margin: 25px auto; }
    #services
	{
		width: auto;
		width: -webkit-calc( 90% - 50px );
		width:    -moz-calc( 90% - 50px );
		width:         calc( 90% - 50px );
	}
}

    /* titulo */
    #services h1 { display: block; position: relative; font-family: 'Arial-Bold', Arial, sans-serif; font-size: 20px; text-align: left; }
    #services p { display: block; position: relative; font-family: 'Arial-Narrow', Arial, sans-serif; font-size: 14px; line-height: 25px; margin: 15px 0 35px 0; text-align: left; }
    #services p:last-child { margin: 15px 0 0 0; }