* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a, img {
	border: none;
}
a, input:focus, button:focus, textarea:focus, select:focus {
	outline: none;
}
button {
	cursor: pointer;
}
body {
	background: #fff;
	color: #404040;
	font: 16px/1.4 Arial, Tahoma, sans-serif;
}

.wrapper {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 25px 15px;
	overflow: hidden;
	text-align: center;
}

img {
	user-select: none;
}

.header {
	color: #50bbff;
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.top {}
.top:after {
	content: '';
	clear: both;
	display: block;
}
.top-pic {
	float: right;
	width: 50%;
	padding: 0 25px;
}
.top-pic img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.top-desc {
	color: #999;
	font-size: 20px;
	text-align: left;
}
.top-desc h3 {
	color: #404040;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.items {
	padding: 30px 0;
}
.item {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	padding: 0 15px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.item img {
	display: block;
	max-width: 80px;
	height: auto;
	margin: 0 auto 15px;
}

.btn {
	display: inline-block;
	padding: 0 25px;
	background: #50bbff;
	border-radius: 25px;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}

@media (max-width: 640px) {
	.top-pic {
		float: none;
		width: auto;
		margin-bottom: 15px;
	}
	.top-desc {
		text-align: center;
	}
}