.labs-content{
	background: #FFFFFF;
}

.labs-title h1{
	font-size: 2rem;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	
}
.labs-title h2{
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-size: 1.5rem;
	margin-top: 1rem;
}


.labs-content p{
	font-size: 1.125rem;
	line-height: 1.875rem;
	margin-bottom: 0;
}

@media (max-width: 1199.98px) {
	
}
@media (max-width: 991.98px) {
	.labs-title h1{
		font-size: 1.75rem;
		margin-top: 2rem;
    	margin-bottom: 1rem;
    	line-height: 2.5rem;
	}
	.labs-title h2{
		font-size: 1.375rem;
	}
}
@media (max-width: 767.98px) {
	.labs-title h1{
		font-size: 1.5rem;
		margin-top: 1.5rem;
    	margin-bottom: .5rem;
	}
	.labs-content p{
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.labs-title h2{
		font-size: 1.25rem;
	}

	
}
@media (max-width: 575.98px) {
	.labs-title h1{
		font-size: 1.25rem;
		margin-top: 1rem;
    	margin-bottom: .5rem;
	}
	.labs-title h2{
		font-size: 1rem;
	}
	.labs-content p{
		font-size: .875rem;
	}

	
}

