Hi Papacico..,
We have made the breadcrumb changes as per your needs. The below given code are added in your additional css.
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; }
.breadcrumb span.current { background-color: transparent !important; color: #2b2b2b; font-size: 13px; padding: 0; }
.breadcrumb .fa { line-height: normal; margin: 0px 10px; }
.breadcrumb a, .breadcrumb span { line-height: normal; }
@media only screen and (max-width: 767px) {
.breadcrumb { justify-content: center; }
}