.benefits .slick-track {
	display: flex;
}

.benefit-box {
	display: flex;
    flex-direction: column;
	padding: 25px 20px;
	width: 175px;
	height: auto;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

.benefit-box .benefit-icon {
    width: 35px;
    height: 35px;
    margin: 0 auto 20px;
}

.bg-valencia {
	background-color: #D34058;
}

.bg-brick-red {
	background-color: #CE2843 ;
}

.bg-venetian-red {
	background-color: #B40E29;
}

.bg-carmine {
	background-color: #8C0B20 ;
}

.bg-burgundy {
	background-color: #780A1C;
}

.bg-tyrian-purple {
	background-color: #640817;
}
