.custom-card {
	padding: 1.5em;
	background-color: #fff;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}

.custom-card.image-bg {
	background: linear-gradient(
		0deg,
		rgba(255, 255, 255, 0.8),
		rgba(255, 255, 255, 0.8)
	),
		url("/_showcase/custom-cards-254055/_resources/images/1wells-exterior_web-crop8.jpg");
}

/*  */
.custom-card.shield-card {
	color: #fff;
	background: #385d7f url("/_showcase/custom-cards-254055/_resources/images/wj-shield-white.svg");
	background-repeat: no-repeat;
	background-position: 0% 5%;
	background-size: 300px;
}

.custom-card.shield-card span.eyebrow {
	text-transform: uppercase;
}

.custom-card.shield-card h2 {
	color: #fff;
}

/*  */
.custom-card.top-image-card {
	padding: 0;
}

.custom-card.top-image-card .text-content {
	padding: 1.5em;
}

/*  */
.custom-card a.btn {
	margin-left: 0 !important;
}


/*  for  254055*/
.card a, .card a .card-body h4 {
	text-decoration: underline !important;
}
.card a:hover, 
.card a .card-body h4:hover{
	text-decoration: none !important;		
}
.custom-card a.btn {
	text-decoration: none !important;
}
.shield-card a,
.shield-card h4, 
.shield-card h3 {
	color: #fff !important;
}

.shield-card a:hover {
	color: #000000 !important;
	text-decoration: none;
}
/*  for  254055*/