.breadcrumb-box {
  padding: 12px 20px;
  background: linear-gradient(to right, #202E6E, #26328A, #1F5E58);
}

.breadcrumb-inner {
  max-width: 1460px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.breadcrumb-name {
  color: white;
  font-weight: bold;
  text-align: left;
}

.breadcrumb-tag {
  align-items: center;
  gap: 6px;
  color: white;
  text-decoration: none;
  font-size: 15px;
  padding: 8px 6px;
  font-weight: 600;
}

.breadcrumb-tag:hover {
  color: white;
  text-decoration: none;
}

@media (max-width: 992px) {
  .breadcrumb-name a, .breadcrumb-name span {
    font-size: 12px;
  }
}