@charset "UTF-8";
/* CSS Document */


wrapper {
	width:90%;
	height: auto;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0%;
	margin-bottom: 0%;
}



section {
    width:80%;
    height: auto;
    float: left;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10%;
    margin-bottom: 10%;
}


h2 {
    width:100%;
    height: auto;
    float: left;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.5rem;
}


p {
    width:100%;
    height: auto;
    float: left;
    font-size: 1.1rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.4rem;
}


@media screen and (max-width:850px){
	
	
section {
    width:100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 15%;
    margin-bottom: 10%;
}	
	
	
	
}


@media screen and (max-width:500px){
	
	
section {
    margin-top: 20%;
    margin-bottom: 20%;
}		
	
	
h2 {
    font-size: 1.1rem;
    line-height: 1.4rem;
}


p {
    font-size: 0.9rem;
    line-height: 1.2rem;
}	
	
	
	
}



