.orange-section{
	text-align: center;
	background:#f17d1e;
	color: #fff;
	padding-top: 1.5em;
	padding-bottom:1.5em;
	overflow: hidden;

}
.orange-section p.title{
	font-size: 24px;
	height: auto;
	margin-bottom:1em;
	padding-bottom:1.5em;
}
.orange-section p{
	font-size: 16px;
	height: 3.5em;
}
.orange-section a img{
	vertical-align: bottom;
	max-width: 90%;
	transition:all 0.3s ease-out;

}
.orange-section a:hover img{
	-webkit-box-shadow: 2px 3px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 3px 12px 0px rgba(0,0,0,0.75);
box-shadow: 2px 3px 12px 0px rgba(0,0,0,0.75);
}
.orange-section .auto{
	border-right: 2px solid #fff;

}
.aseguradoras .orange-section .auto, .renting .orange-section .auto {
    border-right: 0px;
}


.orange-section .inpart{
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}

@media screen and (max-width: 767px){
	.orange-section .service{
		margin-top:2em;
		margin-bottom:1em;
	}
	.orange-section .inpart{
	border:none;
}
	.orange-section p{
	height: auto;
	padding-bottom:0.5em;
}
.orange-section p.title{
	margin-bottom:0em;
	padding-bottom:0em;
}.orange-section .auto{
	border:none;
}

}
@media screen and (max-width: 480px){
	.orange-section p.title{
	font-size: 18px;
}
.orange-section p{
	font-size: 16px;
}
}


