.container {
	margin: 4em 0 6em !important;
}
body a {
    color: #686868;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
	    font-family: 'Inter', sans-serif;
}
body {
	font-family: 'Inter', sans-serif;
	color: #686868;
	line-height: 1.6;
	font-size: 16px;
}
h1, h2, h3 {
	color: #686868;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 18px;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
p,
ul li {
	font-size: 16px;
	margin: 0.5em 0;
}
.date-updated {
	font-size: 16px;
	font-weight: normal;
	color: #888;
}