@import url('https://fonts.googleapis.com/css?family=Roboto');
body{
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px;
}
.header h1{
	font-size: 28px;
}
.header	h5{
	font-size: 16px;
}
p{
	text-align: justify;
}
.p-t-50{
	padding-top: 50px;
}
h5.sub-point{
	font-size: 18px;
	margin-left: 20px;
}
.container{
	padding-bottom: 30px;
}
hr {
    margin-top: 10px;
    margin-bottom: 11px;
}
h4{
    margin-bottom: 0;
	padding-bottom: 0;
}