.drop_down, .drop_down ul li, .drop_down p {
    font-family: Arial, sans-serif;
}
#contents{
	font-family: 'Frutiger LT W01_55 Roma1475738', sans-serif;
}
.products_box{
	margin-top: 57px;
	margin-bottom: 22px;
}
.products_box img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 640px) {
	.products_box{
		margin-top: 25px;
		margin-bottom: 10px;
	}
}
.products_box figure{
	width: 48.92%;
	float: left;
	margin-left: 2.92%;
}
@media screen and (max-width: 640px) {
	.products_box figure{
		float: none;
		width: 100%;
		left: 0;
	}
}
.products_box p{
	float: left;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.025em;
	font-feature-settings: "palt";
	width: 45.31%;
	padding-top: 6%;
	margin-left: 2.85%;
}
@media screen and (max-width: 640px) {
	.products_box p{
		width: 100%;
		float: none;
		font-size: 14px;
		line-height: 20px;
		margin-left: 0;
		padding: 0 5.31%;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
}
/*sitecore 19.02.18*/
h1{
	max-width: 100%;
}