.breadcrumbs{
  background-color:#efefef;
  box-shadow: inset 0px 10px 10px -8px rgba(0,0,0,0.68);
	border-bottom:1px solid var(--light-gray);
}
.breadcrumb-item.active{
  color: var(--ocher);
}

.page-title h1 {
    color: var(--red);
    line-height: 1;
    font-size: 4.6rem;
    font-weight: 600;
}

.page-title.no-image h1 {
    color: var(--slate);
    font-size: 5rem;
    letter-spacing: 5px;
    padding-bottom: 0px;
    text-shadow: none;
    position: relative;
    top: 0px;
}