.breadcrumbs {
  color: #000;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: 0.0125rem;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.breadcrumbs a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumbs a:hover {
  color: #ff630b;
}

.breadcrumbs span {
  color: #000;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

@media screen and (max-width: 768px) {
  .breadcrumbs,
  .breadcrumbs span,
  .breadcrumbs a {
    font-size: 14px;
    line-height: 14px;
  }
}
