.breadcrumb__container {
  margin-bottom: 34px;
  display: inline-flex;
  padding: 8px 0;
  align-items: center;
  align-content: center;
  gap: 12px;
  flex-wrap: wrap;

  a,
  span {
    color: #202020;
    text-align: center;
    font-family: "Saira";
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
  }
}

@media screen and (max-width: 990px) {
  .breadcrumb__container {
    display: none;
  }
}
