/* 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;
}

div#div_row_info2{
    padding-bottom: 70px;
    margin-bottom: 20px;
}
div#col_serv_info3{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 5%;
}

/* 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;
	    padding-bottom: 0px;
	}
	#col_serv_info2{
	    padding: 60px;
	    padding-top: 0px;
	}
	div#div_row_info {
	    padding-bottom: 0px;
	    margin-bottom: 0px;
	}
}