.content-framed-block.alert h5 {
	color:#faac1c;	
}

.border-bottom {
	padding-bottom: 1em;
	margin-bottom:1em;
	border-bottom:1px solid #fff;
}

@media screen and (min-width: 768px) {
	
	.border-bottom {
		margin-bottom:3em;
	}
	
	.border-right {
		border-right:1px solid #fff;
	}
	
	.squeeze {
		padding:0 2em;
	}
	
	.content-framed-block.alert {
	    padding:3em 0;
	}
	
}

@media screen and (min-width:992px) {
	
	.squeeze {
		padding:0 5em;
	}
	
	.content-framed-block.alert {
	    padding: 5em 0;
	}
	
}