.bx-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	color: #000000;
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
}
.bx-breadcrumb-item a {
	color: inherit;
	text-decoration: none;
}

.bx-breadcrumb-item > span {
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.bx-breadcrumb {
		font-size: 12px;
	}	
}