.vld-design-rounded {
    border-radius: 3.5px !important;
}
.vld-element-certificate {
    border: 2px solid #afafaf !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2) !important; 
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2 !important);
}
.vld-element-servicestype {
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
	max-width: 440px;
	color: #ffffff;
	text-align: left;
	font-size: 16px;
}
.vld-element-servicestype * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.vld-element-servicestype img {
	width: unset;
	max-width: 100%;
	vertical-align: top;
	margin-bottom: 0px !important;
}
.vld-element-servicestype figcaption {
	background-color: rgba(182, 97, 41, 1);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.vld-element-servicestype h3 {
	text-align: center;
	font-size: 20px;
	padding: 10px;
	margin: 0;
    font-weight: 600;
}
.vld-element-servicestype:before {
	background: rgba(182, 97, 41, 0.75);
	content: "";
	left: 0;
	right: 0;
	bottom: 100%;
	top: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.vld-element-servicestype span {
	position: absolute;
	font-size: 16px;
	left: 25%;
	top: 25%;
	-webkit-transform: translate(-25%, -25px);
	transform: translate(-25%, -25px);
	opacity: 0;
}
.vld-element-servicestype a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
.vld-element-servicestype:hover:before, .vld-element-servicestype.hover:before {
	bottom: 0;
}
.vld-element-servicestype:hover span, .vld-element-servicestype.hover span {
	opacity: 1;
}
.vld-element-servicestype:hover figcaption, .vld-element-servicestype.hover figcaption {
	background-color: #ffffff;
	color: rgba(182, 97, 41, 0.75);
}

