
.slide{
	margin-left: auto;
	margin-right: auto;
	max-width: 1500px;
	height: 600px;
	background-position: center bottom;
	}


.box {
	margin: 0 auto;
	top: 0;
	left: 5%;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	height: auto;	
}




.box h2 {
	padding: 0;
	font-weight: bold;
	font-size: 200%;
	margin-bottom: 15px;
	margin-top: 60px;
	line-height: 45px;
	width: 100%;
	color: #FFF;
}
.box p {
	padding: 0;
	width:65%;
	max-width:770px;
	color: #00427B;
}
@media screen and (max-width:1060px) { 
.box p {
	padding: 0;
	width:85%;
	color: #00427B;
}
}

@media screen and (max-width:768px) { 

.slide{
	margin-left: auto;
	margin-right: auto;
	max-width: 1500px;
	position: relative;
	height: 600px;
	background-position: -130px bottom;
	background-size: 600px auto;
	background-repeat: no-repeat;
	}
.box {
	margin: 0 auto;
	top: 0;
	left: 0;
	width: 90%;
	height: 600px;
	position: absolute;
	padding-left: 5%;
	padding-right: 5%;
}
.box h2 {
	padding: 0;
	font-weight: bold;
	font-size: 180%;
	margin-top: 55px;
	margin-bottom: 15px;
	line-height: 30px;
	width: 100%;
}
	.box p{
	padding: 0;
	width: 95%;
}


}
@media screen and (max-width: 480px) { 

.slide{
	margin-left: auto;
	margin-right: auto;
	max-width: 1500px;
	position: relative;
	height: 400px;
	background-position: center bottom;
	background-position: -130px 90px;
	background-size: 600px auto;
	background-repeat: no-repeat;
	
	}
.box {
	margin: 0 auto;
	top: 0;
	left: 0;
	width: 90%;
	height: 600px;
	position: absolute;
	background-position: -130px 90px;
	background-size: 600px auto;
	background-repeat: no-repeat;
	padding-left: 5%;
	padding-right: 5%;
}
.box h2 {
	padding: 0;
	font-weight: bold;
	font-size: 220%;
	margin-bottom: 15px;
	margin-top: 10px;
	line-height: 30px;
	width: 100%;
}
	.box p{
	padding: 0;
	width: 100%;
}


}