html {
	font-family: sans-serif;
}

body * {
	box-sizing: border-box;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.container {
	max-width: 1220px;
	padding: 0 15px;
	margin: 30px auto 0;
	border-bottom: 2px solid #929292;
}

.header-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.article {
	margin-bottom: 14px;
	font-size: 18px;
}

.list {
	display: flex;
}

.list-items {
	margin: 0 5px;
}
