.breadcrumb-item {
    font-size: 14px;
}
.breadcrumb-item a{
    color: #5448C2;
    font-weight: 600;
    text-decoration: none !important;
}
.breadcrumb-item:hover a{
    color: #5448C2;
    font-weight: 600;
    text-decoration: underline;
}
