body {
	background-color: #232927;
	font-family: 'Titillium Web', sans-serif;
	font-size: 12px;
}

header {
	max-width: 1280px;
	margin: 0 auto
}

section {
	max-width: 662px;
	margin: 0 auto;
}

section > p {
	color: #D2D3D5;
	font-weight: 300;
	font-size: 1.728rem;
	line-height: 1.6;
	margin: 6rem 1.38rem;
	text-align: center;
}

section > ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

section > ul li {
	display: inline-block;
	margin: 0 16px;
}

section > p em {
	color: #FEE640;
	font-weight: 400;
	font-style: normal;
}

section > p a {
	color: #3FC7F2;
	font-weight: 400;
	text-decoration: none;
	transition: all .4s ease-in;
}

section > p a:hover {
	opacity: .8;
}

footer p {
	color: #c7577e;
	font-weight: 400;
	text-align: center;
}

@media(max-width: 580px) {
	section > p {
		margin: 3rem 1.38rem;
		text-align: left;
	}
	section > ul li {
		margin: 0 12px;
	}
	section > ul li img {
		display: inline-block;
		height: auto;
		max-width: 36px;
	}
}