/* breadcrumb.css */
.custom-breadcrumb-wrapper {
	margin-top: 21px;
	margin-bottom: 56px;
}

.custom-breadcrumb-wrapper a, .custom-breadcrumb-wrapper span {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	letter-spacing: -0.32px;
	color: #474A50;
}

.custom-breadcrumb-wrapper a:hover {
	text-decoration: none;
	color: #474A50;
}

@media only screen and (max-width: 768px) {
	.custom-breadcrumb-wrapper {
		margin-top: 18px;
		margin-bottom: 40px;
	}
	
	.custom-breadcrumb-wrapper a, .custom-breadcrumb-wrapper span {
		font-size: 12px;
		line-height: 16px;
		letter-spacing: -0.24px;
	}
}
/* breadcrumb.css end */
