.banner_interno{
display:flex;
align-items: center;
justify-content: center;
list-style-type: none;
flex-direction: row;
flex-wrap: wrap;

background: url('../img/banner_02.jpg') no-repeat center center;
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
width:100%;	
}

.banner_interno h2{
color:#FFF;
font-family: Arial, sans-serif;	
}

#terms {
    width: 100%;
    border: 1px solid #ccc;
	background-color:#FFF;
}

#terms h2 {
    text-align: center;
}

#terms p {
	padding: 20px;
    text-align: justify;
}

#accept {
	width: 150px;
	text-decoration:none;
	display: block;
	margin: 20px auto;
	padding: 10px 20px;
	background-color: grey;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
