/* 
@media screen and (min-width:1200px) {
	
}
@media screen and (min-width:992px) and (max-width: 1199px) {
	
}
@media screen and (min-width: 768px) and (max-width:991px) {
	
}
@media screen and (max-width:767px) {
	html{
		font-size: 1px;
	}
}
 */
.title {
	margin-top: 3.125rem;
}

.title h1 {
	text-align: center;
	font-weight: 700;
	font-size: 2.5rem;
	color: rgba(16, 16, 16, 0.9);
}

.content {
	padding: 1.25rem 10%;
	background-color: #FAFAFA;
}

.content h5 {
	font-weight: 700;
	font-size: 1rem;
	color: rgba(16, 16, 16, 0.9);
	line-height: 2rem;
	margin-top: 1.25rem;
}

.content h6 {
	font-weight: 400;
	font-size: 1rem;
	color: rgba(16, 16, 16, 0.9);
	line-height: 2rem;
}

.content_ {
	text-align: center;
	background: #fff;
	padding: 3.125rem 0;
}

.content_ p {
	margin-top: 1.25rem;
	font-weight: 300;
	font-size: 1.125rem;
	color: rgb(102, 187, 255);
}
