
.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: 260%;
	margin-bottom: 15px;
	margin-top: 60px;
	line-height: 45px;
	width: 80%;
	color: #FFF;
}
.box p {
	padding: 0;
	width:60%;
	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-bottom: 15px;
	margin-top: 10px;
	line-height: 30px;
	width: 100%;
}
	.box p{
	padding: 0;
	width: 70%;
}


}
@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: 150%;
	margin-bottom: 15px;
	margin-top: 10px;
	line-height: 24px;
	width: 100%;
}
	.box p{
	padding: 0;
	width: 100%;
}


}