@charset "utf-8";

section h2, section h2.h2Style {
    font-size: 33px;
    margin-bottom: 30px;
    text-align: center;
}

section p.lead {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
}

section .image {
    margin-bottom: 50px;
}

section h3, section h2 {
    color: #0065ba;
    text-align: center;
}

section h3 {
    font-size: 22px;
    margin-bottom: 10px;
}


@media screen and (max-width: 767px) {
	
	img{
		width:100%;
		height:auto;
	}
	
	section p.lead {
		font-size: 18px;
	}
	

}