* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
}

img {
	display: block;
	user-select: none;
}

li {
	list-style: none;
}

strong,
em {
	font-style: normal;
	font-weight: 100;
}

a {
	display: block;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #e2e2e2;
}

.page_content {
  box-sizing: border-box;
	width: 100%;
	max-width: 1900px;
	margin: 0 auto;
  padding: 0 40px;
}