@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,900");

/*
	Twenty by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* =========================== Wrapper =========================== */

	.wrapper_info {
		padding-top: 150px;
		margin: 0 auto;
		width: 65%;
	}
.bold {
	font-size: 30px;
	font-weight: 400;
}


@media only screen and (max-width: 450px) {
	
	.wrapper_info {
		padding-top: 100px;
		margin: 0 auto;
		width: 85%;
        font-size: 15px;
	}
    
    .bold {
	font-size: 24px;
	font-weight: 400;
}
}

