#brand #breadcrumb {
	color: #FFFFFF;
}

#brand #contents h2 {
	text-align: center;
	transform: translateY(70%);
}

#brand #contents section h3 {
	padding: 0 0 20px 0;
	text-align: center;
}

#brand #contents section p {
	line-height: 2;
}

#brand #contents section p:last-of-type {
	padding: 0 0 80px 0;
}


@media all and (max-width: 959px) {
	#brand #contents h2 img {
		max-width: 40%;
	}

	#brand #contents section h3 {
		font-size: 2rem;
	}
}


@media all and (min-width: 960px) {
	#brand #contents section h3 {
		font-size: 3.9rem;
	}
}