/* Services */
div#div_row_services{
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-top: solid 1px #D1D2D3;
    border-bottom: solid 1px #D1D2D3;
}
.img_service{
	width: 85%;
}

/* Info */
div#div_row_info{
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 20px;
}
#img_serv{
	width: 95%;
}
p{
    margin-bottom: 15px;
}

img.img_care_tit {
    width: 90%;
    margin: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}


/* Small screens and Medium screens */
/* max-width 640px, mobile-only, 641px - 1024px, tablet-only */
@media only screen and (max-width: 40em), only screen and (min-width: 40.063em) and (max-width: 64em){
	img#img_serv {
	    margin-bottom: 30px;
	}
	#col_serv_info{
	    padding: 60px;
	}
	div#div_row_info {
	    padding-bottom: 0px;
	    margin-bottom: 0px;
	}
}