.breadcrumbs {
  position: relative;
}

.breadcrumbs ol {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 3rem 0;
  font-size: 16px;
  color: #6A6A6A;
  flex-wrap: wrap;
}

.breadcrumbs ol li a {
  text-decoration: none;
  font-size: 16px;
  color: #6A6A6A;
}