.breadcrumbs {
    margin-left:0;
    margin-right:auto;
}
 
.breadcrumbs ul {
    display: table;
    list-style-type:none;
    font-size: 13px;
}
 
.breadcrumbs ul li {
    margin: 0 10px 0 0;
    font-size: 13px;
    float: left;
}
.breadcrumbs ul li:first-child::before {
    padding: 0 3px 0 0;
	//font-family: "Font Awesome 5 Free";
    //content: "\f015";
    content: "■";
    font-size: 14px;
}
 
.breadcrumbs ul li::before {
    padding: 0 10px 0 0;
	//font-family: "Font Awesome 5 Free";
	font-family: "Sans-serif";
	font-weight: 900; 
    content: ">";
    font-size: 14px;
}
