.breadcrumbs {
/*     background: rgba(254, 165, 0, 1); */
/*     padding: 20px 67px 20px 40px; */
/*     display: flex; */
/*     align-items: center; */
/*     gap: 16px; */
/* 	clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%); */
}
.breadcrumbs a, .breadcrumbs span {
	font-family: 'Museo Sans';
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}
.breadcrumbs a {
    color: rgba(212, 20, 90, 1);
}
.breadcrumbs span {
    color: #fff;
}
.breadcrumbs i.fa-solid.fa-angle-right {
/*     background: #fff; */
/*     width: 2px; */
/*     display: inline-block; */
/*     height: 16px; */
}
.breadcrumbs i.fa-solid.fa-angle-right:before {
    content: '/';
    color: #fff;
    margin: 0 4px;
	font-family: 'Museo Sans';
    font-weight: 300;
}
@media only screen and (max-width: 767px){
	.breadcrumbs a, .breadcrumbs span{
		font-size: 14px;
	}
}