div.fw-callout-cont img {
	min-width: 100%;
}
div.fw-callout-cont {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
	clear:both;
}
div.fw-callout {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.fwc-title,
.fwc-desc {
	background-color: rgba(255, 255, 255, 0.9);
	width: 80%;
	max-width: 970px;
	margin: auto;
}

.show-for-large-up {
	display: block;
}

.fwc-title,
a .fwc-title {
	font-family: var(--font-body);
	font-size: 35px;
	line-height: 42px;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 6px;
	padding: 40px 80px 2px;
	color: var(--gold-b4);
}
.fwc-line,
a .fwc-line {
	display: block;
	border-bottom: 2px solid #a3bfd8;
	width: 270px;
	margin: auto;
	padding-top: 40px;
}
.fwc-desc,
a .fwc-desc {
	font-family: var(--font-body);
	font-size: 22px;
	line-height: 40px;
	font-weight: 400;
	padding: 40px 60px;
	color: var(--navy-blue);
	margin-top: -1px;
}
.fwc-desc span,
a .fwc-desc span {
	font-weight: 600;
}
.fwc-desc i
a .fwc-desc i {
	font-size: 18px;
}

.fwc-desc span, a .fwc-desc span i {
	margin-left: 5px;
}

@media only screen and (max-width: 64em) {
	.fwc-line,
	a .fwc-line {
		border-bottom: none;
		padding-top: 30px;
	}
	.fwc-title,
	a .fwc-title {
		font-size: 28px;
		line-height: 38px;
		padding: 10px 80px 10px;
	}
	div.fw-callout-cont img {
		padding: 0 15px;
	}

	.show-for-large-up {
		display: none !important;
	}
}
@media only screen and (max-width: 40em) {
	.fwc-title ,
	a .fwc-title {
		font-size: 15px;
		line-height: 16px;
		padding: 10px 5px 10px;
		width: 90%;
		letter-spacing: 2px;
	}
}
