html {
    scroll-behavior: smooth;
}
.breadcrumb-item.text-primary:before {
    color: #2A3855;
    content: '|';
    top: 0;
}
.breadcrumb-item.text-primary:first-of-type:before {
    content: none;
}
