.cf-pa {
	color:#000;
}
.cf-pa:hover {
	color: #700;
}

.cf-bgText {
	color: #fff;
	width: 100%;
	font-size: 14px;
	text-align: left;
	line-height: 50px;
	position: relative;
  
	padding:70px;
}
.cf-bg {
	background-image: url(images/cf-pr2.jpg);
	height: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 480px) {
	.cf-bgText {
		float: none;
		text-align: center;
		}
	.cf-bg {
		background-image: url(images/cf-pr2.jpg);
		height: 50%;
		background-position: inherit;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
