.cont-images {
	position: relative;
}

.cont-images > p {
	margin: 0;
}

.cont-images > p > img {
	max-width: 100%;
}

.cont-text {
	background: #e8e8e8;
	padding: 35px 50px;
	position: relative;
	min-height: 180px;
}

.cont-text > h2 {
	font-family: "bebas-neue", sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #18191a;
	margin: 0 20px 0 0;
	width: 300px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.cont-text > p {
	font-size: 13px;
	line-height: 16px;
	color: #66686c;
	margin: 0 20px 0 0;
	width: 300px;
	display: inline-block;
	vertical-align: top;
}

.cont-text > p > a {
	font-size: 13px;
	line-height: 16px;
	color: #66686c;
}

.where_alcott > h2 {
	font-family: "bebas-neue", sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #18191a;
	margin: 0 0 5px;
	width: auto;
	display: block;
}

.where_alcott > p {
	font-size: 15px;
	line-height: 22px;
	color: #66686c;
	margin: 0 20px 0 0;
	width: 300px;
	display: inline-block;
	vertical-align: top;
}

.where_alcott > p:nth-child(3) {
	margin-top: -20px;
}

.where_alcott > p:nth-child(4) {
	margin-top: -20px;
}

.cont-text-lavora {
	text-align: center;
	position: relative;
}

.cont-text-lavora > p {
	color: #66686c;
	font-size: 19px;
	line-height: 22px;
	margin: 0;
}

.cont-text-lavora > p > a {
	color: #66686c;
	font-size: 19px;
	line-height: 22px;
	margin: 0;
}

.cont-text-lavora > p:nth-child(1) {
	font-family: "bebas-neue", sans-serif;
	font-size: 40px;
	line-height: 42px;
	color: #ffffff;
	padding: 10px 15px;
	background: #64686d;
	margin: 0 210px;
	display: inline-block;
}

.cont-text-lavora > p:nth-child(2) {
	font-family: "bebas-neue", sans-serif;
	font-size: 40px;
	line-height: 42px;
	color: #ffffff;
	padding: 10px 15px;
	background: #64686d;
	margin: -10px 0 30px;
	display: inline-block;
}

.item-cont-forza {
	width: 650px;
}

.item-cont-forza > p {
	font-size: 15px;
	line-height: 18px;
	color: #66686c;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 50px 0;
	width: 300px;
}

.item-cont-forza > p:nth-child(5) {
	font-size: 15px;
	line-height: 18px;
	color: #66686c;
	width: 650px;
	margin: 0;
}

.item-cont-forza > p > a {
	font-size: 15px;
	line-height: 18px;
	color: #66686c;
}

.item-cont-forza > p > a > img {
	vertical-align: -4px;
}

.item-cont-forza > p > img {
	margin: -9px 5px 0 0;
}

/*-- BECOME SUPPLIER --*/
.cont-images-become {
	position: relative;
}

.cont-images-become > p {
	margin: 0;
}

.cont-images-become > p > img {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
/*-- FINE BECOME SUPPLIER --*/

/*-- STILI DI TESTO DINAMICO --*/
.bebas-16px {
	font-family: "bebas-neue", sans-serif;
	font-size: 21px;
	line-height: 23px;
	color: #18191a;
}

.btn-secondary {
	font-size: 11px !important;
	line-height: 13px !important;
	color: #ffffff !important;
	background: #64686d;
	padding: 8px 20px;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.disabled, .btn-secondary[disabled] {
	color: #ffffff;
	background: #18191a;
}
/*-- FINE STILI DI TESTO DINAMICO --*/