* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	/*background: #ccc;*/
	font-family: 'OpenSans-Light', sans-serif;
	font-size: 14px;
	color: #fff;
}  
main { 
	width: 100%;
	height: 100vh;
}
.background {
	background: url(../imgs/Pearson-01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
.container {
	margin-left: 100px;
	width: 22%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-content: space-around;
}
.title {
	text-align: center;
	color: #feb145;
	font-size: 40px;
	letter-spacing: 5px;
}
.text {
	text-align: justify;
	width: 80%;
	padding: 15px;
}
.image a {
	color: #feb145;
	font-size: 80px;
}
.image {
	width: 20%;
	padding: 15px;
	display: flex;
	justify-content: center;
}
.box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.background2 {
	background: url(../imgs/Pearson-21.svg);
	background-repeat: no-repeat;
	background-size:  100% 100%;
	background-position: center;
}