#section2	{
	grid-column: 2 / 3;
	height: 0;
	background-color: #00cc89;
	color: black;
	width: 100%; height: 100%;
	display: flex;
	justify-content: center;
}

#section2 div:not(#aboutAbout):not(#aboutBlurb)	{
	border-radius: 20px;
	background-color: #00CC89;
	color: white;
	padding: 50px;
	font-size: 2vw;
	text-align: center;
	width: 95%;
}

#section2 div p	{
	text-align: justify;
}

#aboutAbout	{
	width: 95%;
	display: block;
	border-radius: 10px;
	/*background-color: #a63865;*/
	margin: auto;
	list-style-position: inside;
	padding: 30px;
	font-size: 2vw;
}
#aboutAbout table	{
	width: 55%;
	margin: auto;
	font-size: 2vw;
}
#aboutAbout ul	{list-style: none;}
#aboutBlurb #serviceList	{
	margin: auto;
	width: 60%;
	text-align: left;
	font-size: 2vw;
}

#section2 hr	{
	margin: 0;
}

#openTimesAbout	{border-spacing: 20px 10px;};

#aboutBlurb	{padding: 0;}