/* Breadcrumb */
.breadcrumb {
    margin-bottom: 20px;
}

.breadcrumb a {
    text-decoration: none;
    color: var(--Gray-600);
    font-family: "FS PF BeauSans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.breadcrumb .breadcrumb-item:nth-child(1) a {
    color: #2E90FA;
}