.servicemodulearea {

}

.serviceboxes {
    margin: 0 auto !important;
    width: 100%;
    max-width: none;
}

.service1 {
    background: #fff;
    border-radius: 3px;
    float: left;
    text-align: center;
    width: 33.33%;
    border: 10px solid #fff;
	box-sizing: border-box !important;
}

.servimage {
	position: relative;
    text-align: center;
    color: white;
}

.service1 img {
    height: 350px;
    object-fit: cover;
}

.service1 h2 {
	margin-top: 0px !important;
}

.toprow {
	margin: 55px 0px;
}