.wrapper {
  max-width:980px;
  margin:auto;
}
.footer {
	border-top:4px solid #002533;
	background: #003f57;
	padding:25px;
	color:#fff;
	font-size:13px;
	font-weight: 600;
	font-family: "Arial", sans-sefif;
}

.container {
	max-width: 980px;
}

.header {
	border-bottom:1px solid #C7C7C7 ;
	background: #e1e1e1;
	padding:25px;
}

.text-content {
	color:#555;
	text-align:justify;
}

.text-content2 {
	color:#555;
	text-align:justify;
	font-size:24px;
	color:#000000;
}

.side-img {
	max-width:100%;
	border-top-right-radius: 10px;
	border-bottom-left-radius:10px;
	margin-top:10px;
}