.breadcrumbs {
  font-size: 20px;             
  font-weight: 700;            
  color: #ffffff;             
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;       
}

.breadcrumbs a {
  color: #ffffff;              
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.breadcrumbs a:hover {
  color: #C08F00;              
  text-decoration: underline;  
}

.breadcrumbs span {
  color: #ffffff;              
  font-weight: 700;
}
