.breadcrumbs {
    padding: 20px;
    gap: 10px;
    text-transform: uppercase;
    line-height: 125%;
    font-weight: 400;
}
.breadcrumbs a {
    color: #013274;
    transition: .2s;
    text-decoration: none;
}
.breadcrumbs a:hover {
    color: #025EA1;
}
.breadcrumbs strong {
    font-weight: 400;
}
.breadcrumbs strong:last-child {
    display: none;
}