.weCareHead {
	width: 100%;
	padding: 20px;
	text-align: center;
}
.weCareBackground {
	width: 100%;
	min-height: 60vh;
	background-image: url("../images/bg4-weCare.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 50px 5px;
}
.weCareContent {
	width: 80%;
	margin-left: 10%;
	text-align: center;
	padding: 20px 5px;
	background-color: rgba(0,0,0,0.6);
	border-radius: 7px;
	position: relative;
	top: 70px;
}
.weCareContent p {
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	line-height: 32px; 
	padding: 10px;
}
@media screen and (max-width: 1024px) {
	.weCareBackground {
		min-height: 30vh;
	}
}
@media screen and (max-width: 800px) {
	.weCareContent {
		top: 20px;
	}
}
@media screen and (max-width: 600px) {
	.weCareContent {
		top: 0px;
	}
}

