#daycare, #training {
	background-color: rgba(0, 148, 68, .1);
	border-bottom: 6px solid #83cba4;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:flex-start;
	max-width:100%;
	padding: 20px;
}

#boarding, #facility {
	background-color: rgba(0, 174, 239, .1);
	border-bottom: 6px solid #83cba4;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:flex-start;
	max-width:100%;
	padding: 20px;
	text-align: left;
}


img {
	max-width: 100%;
	height: auto;
}

#services {
	background-color: #b4deee;
	margin: 0;
	padding: 8px;
	border-bottom: 6px solid #83cba4;
}
