@import url("../../../../commons/css/fonts-def43a0.css?v3");

body {
	font-family: OpenSans,sans-serif;
	font-weight: 300;
	padding: 40px 0;
	background: #f0f0f0;
	font-size: 0.9rem;
	text-align: justify;
}

h1 {
	font-size: 1.8rem;
	font-weight: 800;
}
h4 {
	font-size: 1.3rem;
	color: #2098D1;
	font-weight: 700;
}
h5 {
	font-size: 1.1rem;
	font-weight: 600;
	margin-top: 15px;
	color: #2098D1;
}

b {
	font-weight: 800;
}

p {
	margin-bottom: 10px;
}
a {
	color: #2098D1;
}


.section {
	padding: 30px 30px;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 2px 2px 18px rgba(0, 0, 0, .1);
}
.title {
	color: #2098D1;
	padding-bottom: 10px;
	border-bottom: 2px solid #2098D1;
	margin-bottom: 20px;
}
