.breadcrumb {
	margin: 0 0 20px 0;
	color: #64452c;
	font-size: 14px;
	display: flex;
	justify-content: center;
	justify-items: center;
	flex-wrap: wrap;
}

	.breadcrumb__item {
		/*white-space: nowrap;*/
		text-align: center;
		margin-left: 8px;
	}
	
		.breadcrumb__bull {
			font-size: 10px;
			color: #64452c;
			display: inline-block;
			margin-right: 8px;
		}