.banner-container {
	width: 100%;
	padding: 0;
}
.banner-description {
	width: 100%;
}
.main {
	background: #F9FAFC;
	min-height: 500px;
	padding: 50px 0;
}
.article-container {
	background: #FFFFFF;
	min-height: 500px;
}
.article-title-wrapper {
	padding: 60px 12.5% 10px;
	border-bottom: 1px solid #E6E6E6;
}
.articel-title {
	font-weight: bold;
	text-align: center;
	font-size: 21px;
	line-height: 36px;
}
.publish-date {
	margin: 15px 0;
	text-align: right;
	font-size: 16px;
}
.article-content-wrapper {
	padding: 20px 12.5%;
}
.attachment-row {
	margin-top: 20px;
	padding: 0 12.5% 50px;
}
.horizontal-line {
	height: 1px;
	background: #005699;
	margin-bottom: 10px;
	opacity: 24.94%;
}
.attachment-text {
	color: #EA5F50;
	font-size: 14px;
	float: left;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
}
.attachment-list {
	margin-left: 40px;
}
.attachment-item {
	height: 25px;
	line-height: 25px;
	margin-bottom: 5px;
}
.attachment-item:hover {
	cursor: pointer;
}
.download-box {
	border: 1px solid #005699;
	width: 74px;
	height: 24px;
	float: right;
	color: #005699;
}
.download-box img {
	margin: 0 6px;
}	
.app-banner-description {
	display: none;
}

@media (max-width: 749px) and (min-width: 320px) {
	.banner-description {
		display: none;
	}
	.app-banner-description {
		display: block;
		width: 100%;
	}
	.content-wrapper {
	    margin: 0 5rem;
	}
	.main {
		padding: 2.5rem 0;
	}
	.article-title-wrapper {
	    padding: 3rem 2rem 1rem;
	}
	.article-content-wrapper {
	    padding: 1rem 2rem;
	}
	.row {
		margin: 0;
	}
}