.uc_clean_white_services_box {
	position: relative;
	text-align: center;
	z-index: 0;
	max-width: 400px;
    margin: 0 auto;
    padding: 10px;
}

.uc_clean_white_services_box.true:before {
  content:'Coming Soon';
  position:absolute;
  display:flex;
  font-size:18px;
  letter-spacing:1px;
  font-weight:bolder;
  font-family:DinPro;
    /*width:200px;
    left:calc(50% - 100px);*/
  right:auto;
  margin:0 auto;
    /*top:5%;
    color:rgba(0,0,0,.25);
    height:40px;*/
  align-items:center;
  justify-content:center;
  border-radius:20px;
  text-transform:uppercase;
  
    left: 0;
    top: 0;
    color: rgba(255,255,255,.9);
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    z-index: 1;
    height: 100%;
}
.uc_clean_white_services_box.true {
	padding: 0 20px 20px;
	overflow: hidden;
}
.uc_clean_white_services_box.true + div.wpb_content_element {
  display: none;
}
.uc_clean_white_services_box.true > * {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	
	text-shadow: 600px 0px 7px #000;
    position: relative;
    left: -600px;
}
.uc_clean_white_services_box.true .uc_content ul li {
	text-shadow: 600px 0px 7px #000 !important;
}
.uc_clean_white_services_box.true.box-with-moving-icon .the-moving-icon {
	animation: none;
}
.uc_clean_white_services_box_image {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 1;
    color: #c7003b;
}
.uc_clean_white_services_box .uc_title {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    text-decoration: none;
    line-height: 1.1;
    text-transform: uppercase;
    color: #1d040b;
    font-weight: bold;
    font-family: DinPro;
}
.uc_clean_white_services_box .uc_content {
	margin: 0 0 25px;
}

.uc_clean_white_services_box .uc_content p {
    letter-spacing: .5px;
    color: #1d040b;
	line-height: 21px;
	font-size:15px;
	font-weight:400;
}

.uc_clean_white_services_box .uc_content ul {
    margin:10px 0 0 0;
	padding:0;
}

.uc_clean_white_services_box .uc_content ul li {
    text-align:center;
	color:#1d040b;
	list-style-type:none;
	line-height:2;
	font-weight:500;
	font-size: 15px;
    text-shadow: 0 0 1px rgba(0,0,0,.75);
	text-transform: capitalize;
}

.uc_clean_white_services_box .uc_content ul li:after {
  content:'';
  width:30px;
  display:block;
  margin:10px auto;
  height:1px;
  background:#c8003c;
}

.uc_clean_white_services_box .uc_content ul li:last-of-type:after {
  display:none;
}

@media (max-width: 991px) { 
	.uc_clean_white_services_box {
		margin-bottom:20px;
	}
}
@media (min-width: 1600px) { 
	.uc_clean_white_services_box {
		padding: 0 20px;
	}
}