.banner {
	background: #e7e7e7;
	height: 84px;
	padding-left: 100px;
	padding-right: 100px;
}
.banner p {
	font-family: 'Mulish';
	font-size: 18px;
	line-height: 84px;
	color: #36546E;
}
.template-content {
	margin-top: 75px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.template-content h1, .template-content h2, .template-content h3, .template-content h4, .template-content p {
	margin-bottom: 25px;
}
@media screen and (max-width: 1000px) {
	.banner {
		margin-top: 100px;
		height: 64px;
		padding-left: 5.3%;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}
	.banner::-webkit-scrollbar {
		display: none;
	}
	.banner p {
		line-height: 64px;
		font-size: 12px;
		font-weight: 700;
	}
	.template-content {
		margin-top: 24px;
		width: 89.6%;
	}
}