.hoverbox_container {
	padding-top:60px;
	padding-bottom:60px;
	position:relative;
	overflow:hidden;
}
.hoverboxrow {
	justify-content:center;
}
.hoverbox {
	margin:5px;
	text-align:center;
	border-radius:10px;
	padding:30px;
	margin-bottom:20px;
	box-shadow: 0 0px 0px 0 rgba(0,0,0,0.15);
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.hoverbox:hover {
	box-shadow: 0 7px 25px 0 rgba(0,0,0,0.15);
	background: #fff;
}
.hoverboxrow .col-md-4 {
	margin-bottom:30px;
}
.hoverbox p {
	line-height:1em;
}
.hoverbox i {
	font-size:30px;
	margin-bottom:10px;
	color: #ec6c4f;
}
.hoverbox img {
	width: 90px;
    height: 70px;
    margin: auto;
    object-fit: contain;
    margin-bottom: 20px;
}
.lines {
    position: absolute;
    right: -50%;
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: 0.3;
    transform: rotate(180deg);
}
.lines img {
	width: 2000px;
    margin-top: -120px;
    margin-left: 25%;
}