  .i51hoverboxes {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	text-align: center;
	background: linear-gradient(180deg, rgba(82,142,157,1) 0%, rgba(80,107,118,1) 100%);
}

.hoverboxholder {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
}

.i51hoverboxes .hoverbox {
	background: none;
	border: 0 none;
	box-sizing: border-box;
	text-align: center;
	z-index: auto;
	box-shadow: none;
	flex-grow: 1;
	flex-basis: 20%;
}

.boxtext h3 {
	color: white;
}

.boxtext {
	color: white;
	padding: 10px;
}

.valuesstatement {
	padding: 25px 10px;
	color: white;
	position: relative;
}

.valuesstatement > * {
	max-width: 980px;
	margin: 0 auto;
	color: white;
}

.valuesstatement::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);
	height: 1px;
	max-width: 1100px;
	margin: 0 auto;
}

.ourvalues {
	padding-bottom: 3px !important;
	padding-top: 10px;
}

.ourvalues::after {
    display: none;
}

.i51hoverboxes .hoverbox img {
	-webkit-transition: all 0.35s ease 0s;
	-ms-transition: all 0.35s ease 0s;
	-o-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
	max-width: 80px;
	height: auto;
	margin: 15px;
}

.i51hoverboxes .hoverbox:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 767px){
    .hoverboxholder {
	flex-wrap: wrap;
}

.i51hoverboxes .hoverbox {
	flex-basis: 33%;
}
    
}

@media (max-width: 450px){
    .hoverboxholder {
	flex-wrap: wrap;
}

.i51hoverboxes .hoverbox {
	flex-basis: 100%;
}

.i51hoverboxes .hoverbox img {
	display: none;
}
}
