.honor-content{
	background: #FFFFFF;
}

    
.honor-title{
	background: #ededed;
    text-align: center;
    padding: 1rem 0;
}
.honor-title h1,.honor-title h2{

	font-size: 2rem;
    color: #063c83;
    font-weight: bold;
	
}

.honor-content p, .honor-content span{
	font-size: 1.125rem;
	line-height: 1.875rem;
	margin-bottom: 0;
}
.honor-content span{
	color: #747474;
	display: block;
    margin: .5rem 0;
}


@media (max-width: 1199.98px) {
	.honor-title h1,.honor-title h2{
		font-size: 1.875rem;
	}
}
@media (max-width: 991.98px) {
	
}
@media (max-width: 767.98px) {
	.honor-title h1,.honor-title h2{
		font-size: 1.75rem;
	}
	.honor-content p, .honor-content span{
		font-size: 1rem;
		line-height: 1.5rem;
	}
	

	
}
@media (max-width: 575.98px) {
	.honor-title h1,.honor-title h2{
		font-size: 1.5rem;
	}
	.honor-content p, .honor-content span{
		font-size: .875rem;
	}

	
}

