.service-list{
	padding-top: 40px;
	padding-bottom: 40px;
	max-height: 450px;
	height: 450px;
	margin-left: 0px!important;
	margin-right: 0px!important;
}
.service-list .service-item{
		max-height: 100%;
	height: 100%;
}
.service-list hr{
	width: 10%;
	color: #E60000;
	background: #E60000;
	height: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	opacity: 1!important;
}
.service-item-body{
	position: relative;
}
.service-item-body a, .service-item-body{
	width: 100%;
    height: 100%;

}
.service-item img{
	width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 20px;
}
.service-item p{
	text-align: center;
	color:#FFF;
	font-weight: 600;
}
.service-item{
	padding-bottom: 25px;
	position: relative;
}
.service-item:first-child {
  padding-left: 0px;
}
.service-item .service-name{
	bottom: 9%;
	position: absolute;
	width: 94.5%;
}

.service-name{
	padding-left: 12px;
	/*background-color: rgba(0, 0, 0, 0.2);*/
	margin-left: 0px!important;
	margin-right: 0px!important;
}
.service-name a{
	text-align: center;
	color: #FFFFFF;
	width: 100%;
	font-size: 1.6em;
}
.service-name a:hover{
	color: #00A0E3;
}
.my-fill{
    height: 100%;
    background: linear-gradient(1deg, #121210 .5%, rgba(255, 255, 255, 0) 40.82% 62.82%);
    z-index: 2;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
