/* AtWell Front Page - Common */
.front-container {
	max-width: 1200px;
	margin: 0 auto;
}

.front-section-heading {
	margin-bottom: 50px;
	text-align: center;
}

.front-section-heading__en {
	margin-bottom: 10px;
	color: #1f77b4;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.front-section-heading__title {
	margin-bottom: 18px;
	color: #222;
	font-size: 36px;
}

.front-section-heading__description {
	max-width: 760px;
	margin: 0 auto;
	color: #666;
	line-height: 1.9;
}

.button {
	display: inline-block;
	padding: 14px 28px;
	border-radius: 6px;
	font-weight: 600;
	text-decoration: none;
	transition: .25s;
}

.button--primary {
	background: #1f77b4;
	color: #fff;
}

.button--secondary {
	border: 2px solid #1f77b4;
	background: #fff;
	color: #1f77b4;
}

.button:hover {
	opacity: .85;
}

@media screen and (max-width: 900px) {
	.front-section-heading__title {
		font-size: 30px;
	}
}
