.business-content{
	width:70%;
	margin: 50px auto;
}
.business-img{
	width:100%;
	position:relative;
}
.business-img img{
	width:100%;
	height: 200px;
}
.business-img p{
	position: absolute;
	width:100%;
	height: 30px;
	line-height: 30px;
	bottom: 0;
	left:0;
	background: black;
	text-align: center;
	color: white;
	font-size: 1.25rem;
	background: rgba(0,0,0,0.3);
}