body {	background-color: #003e72;	background-image: url();	background-position: center top;	background-repeat: no-repeat;	background-size: cover;		color: #ffffff;	font-size: 16px;}.space {	height: 20px;}.box1 {	background-color: #ffffff;	border-radius: 6px;	color: #666666;	margin-bottom: 30px;	padding: 20px 20px;}.box2 {	background-color: #ffffff;	border-radius: 6px;	color: #666666;	height: 550px;	margin-bottom: 30px;	padding: 20px 20px;}h1 {	color: #003e72;	font-size: 22px;	font-weight: 900;}h2 {	color: #333333;	font-size: 20px;	font-weight: 900;}h3 {	color: #666666;	font-size: 18px;	font-weight: 900;	}li {	margin-bottom: 10px;}.f {	width: 500px;}.btn-click {	background-color: #ffffff;	border:1px solid #999999;	color: #666666;}.list-inline li {	width: 49%;}@media (max-width: 767px) {    h1 {    	font-size: 18px;    }    .box2 {    	height: auto;    }}