*{
	margin: 0;
	padding: 0;
}
.content div{
	width: 100%;
}
.back-img-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items:center;
	box-sizing: border-box;
	margin-top: 0rem;
	height: 100%;
	/* background-size: 42rem; */
	width: 100%;
	background-color: #0099cc;
	/* background-image: url(../img/back-img-2.png); */
}
.back-img-2 img{
	height: 3rem;
	/* margin: 0 25%; */
}
.content-Bottom{
	color: #red;
	padding-top: -2%;
	margin-top: -1%;
	box-sizing: border-box;
	width: 100%;
	height: 20%;
	position:relative;
	margin: 0 auto;
	background-color: #0099cc;

}
.content-Bottom td{
	/* flex: 1; */
	padding-left: 3%; 
	bottom:0;
	padding-bottom:2%;
	margin:0px;
}