
#title {
	background-image: url(images/title_bg.jpg);
}

ul.welfare-photos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.welfare-photos li {
	margin: 0 10px;
}

ul.guidedog-photos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	width: 700px;
}

ul.guidedog-photos li {
	margin: 10px;
}

ul.guidedog-photos li p {
	font-size: 14px;
	line-height: 1.5em;
	margin: 8px 0;
	text-align: center;
}