@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body, html {
	font-family: "Open Sans", sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
}
h3 {
	line-height: 25px !important;
}
.para-txt {
	line-height: 35px !important;
	font-size: 25px !important;
	font-weight: 500 !important;
}
.title-sml {
	font-size: 30px !important;
	line-height: 40px !important;
}
.history-para p {
	color: inherit !important;
	font-size: 18px !important;
	font-weight: 400 !important;
}

@media screen and (max-width: 1024px) {
h4 {
	line-height: 20px !important;
}
}