.view_more_btn {
	background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    color: #ffcb0f;
    font-family: "futura_ltbold",sans-serif;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    border: 1px solid transparent;
}

.service_item {
	position: relative;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin-bottom: 65px;
    padding-bottom: 12px;
}

.service_item:hover {
	box-shadow: 0 16px 24px 0 rgba(0,0,0,0.2);
}

.service_item img {
	height: 258px;
}

.service-card {
	padding: 20px 20px;
}

.service-card-body {
	min-height: 135px;
}