@import url('//fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

body {
	background-color: #f7f7f7;
	color: #000;
	font-family: 'Poppins', 'Didact Gothic', sans-serif;
	font-size: 14.5px;
	font-weight: 400;
	line-height: 26px;
}

h6 {
	font-family: 'Poppins', 'Didact Gothic', sans-serif;
	font-weight: 400;
}

blockquote p {
	font-size: 13px;
	font-family: 'Poppins', 'Didact Gothic', sans-serif;
	font-weight: 400;
	line-height: 26px;
}
kbd,
tt,
var,
samp,
code,
pre { font-family: 'Poppins', 'Didact Gothic', sans-serif; }

.display-4 {
	font-family: 'Poppins', 'Didact Gothic', sans-serif;
	font-weight: 400;
}

.tp-caption.title,
.tp-caption.text,
.tp-caption .subtitle {
	font-family: 'Poppins', 'Didact Gothic', sans-serif;
}

h1, h2 {
	font-family: 'Poppins', 'Didact Gothic', sans-serif;
}

.widget-title {
	font-family: 'Poppins', 'Didact Gothic', sans-serif;
}



.cms ul {
	padding-left: 40px;
}

.cms ul li {
	margin: 0;
	padding: 0;
}

.cms {
	margin-bottom: 100px;
}



.news-image img {
	margin-bottom: 20px;
	border-radius: 5px;
}
.news-overlay {
	max-width:54em;
	background-color: #eaeaea;
	padding: 25px;
}
.news-overlay img {
	padding-right: 20px;
	padding-bottom: 20px;

}