.zincage-o{
	margin: 60px 0;
}
.zincage-o>div:nth-child(1){
	padding: 0 15px 0 0;
}
.zincage-o>div:nth-child(2){
	padding: 0 0 0 15px;
}
.zincage-o h6,.zincage-o h5,.zincage-o p{
	font-size: 18px;
}
.zincage-o h6,.zincage-o h5{
	color: #e15a2d;
}
.zincage-o h5{
	font-weight: 600;
}
.zincage-o-info{
	border: 1px solid #e5e5e5;
    padding: 15px;
    height: 310px;
    margin-bottom: 20px;
}
@media all and (max-width: 1280px){
	.zincage-o-info{
		height: auto;
	}
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	.zincage-o>div:nth-child(1),.zincage-o>div:nth-child(2){
		padding: 0;
	}
} 