.container-top {
	padding: 12px 0;
	width: 100%;
	text-align: center;
	background-color: black;
}

.logo-title {
	margin-top: 24px;
	width: 100%;
}

.logo-title > .logo {
	width: 72px;
	max-width: 15%;
	vertical-align: middle;
}

.logo-title > .title {
	display: inline-block;
	font-size: 18px;
	color: white;
}

.container-top > .top {
	margin-top: 24px;
  width: 100%;
  max-width: 600px;
}

.container-top > .description {
	margin: 24px 0;
	font-size: 16px;
	color: white;
	line-height: 1.5;
}
