.breadcrumbs-wrapper {
	margin-bottom: 3.5rem;
}
.breadcrumb_last {
	color: #232C39;
	font-weight: 600;
	padding: 8px;
}
.breadcrumbs {
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
}
.breadcrumb-dots {
    color: #94A3B8;
    padding: 8px;
}
.breadcrumbs a{
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	color: #6C798B;
	text-decoration: none;
	padding: 8px;
	transition: all 0.3s ease;
}
.breadcrumbs a:hover {
    border-radius: 4px;
    background: rgba(162, 184, 211, 0.20);
    color: #232C39;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
.breadcrumbs span {
    display: flex;
    align-items: center;
    gap: 4px;
	white-space: nowrap;
    flex-wrap: wrap;
}
.crumb-img {
	display: inline-block;
	width: 14px;
	height: 14px;
}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 768px) {
	.breadcrumbs-wrapper {
		margin-bottom: 3rem;
	}
	.breadcrumbs span {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 660px) {
	
}

@media screen and (max-width: 360px) {

}