.master-breadcrumb, .breadcrumb {
    background-color: grey;
}

.breadcrumb-item.active {
    color: white;
}

.bg-white {
    min-height: 400px;
    background-size: cover;
    background-position: 50% 90%;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(https://awati.no/wp-content/uploads/2023/06/business.jpg);
}