body {
	font-family: 'Be Vietnam Pro', sans-serif;
	font-weight: 300;
	padding: 8px 0;
	background: #f0f0f0;
	font-size: 0.8rem;
	text-align: justify;
	lineHeight: 300;
}

h1 {
	font-size: 1.3rem;
	font-weight: 800;
}
h4 {
	font-size: 1rem;
	color: #F07F00;
	font-weight: 700;
}
h5 {
	font-size: 0.9rem;
	font-weight: 600;
	margin-top: 15px;
	color: #F07F00;
}
h6 {
	font-size: 0.9rem;
	font-weight: 600;
	--margin-top: 10px;
	color: #F07F00;
}

b {
	font-weight: 700;
}

p {
	margin-bottom: 5px;
}
a {
	color: #F07F00;
}
.noJust{
	text-align: initial;
}
td{	
	text-align: initial;
}

.section {
	padding: 15px;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 8px 8px 16px rgba(0, 0, 0, .1);
}
.title {
	color: #F07F00;
	padding-bottom: 0;
	border-bottom: 2px solid #F07F00;
	margin-bottom: 20px;
}
