#btp-categories-breadcrumb a, #btp-categories-breadcrumb strong {
  font-size: 1.3rem;
  color: #1A1B18BF!important;
  text-decoration: none;
  font-weight: 400;
}

#btp-categories-breadcrumb a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  #btp-categories-breadcrumb strong {
  display: none;
}
  .breadcrumb-element {
    margin-top: 7%;
  }
}

@media screen and (max-width: 540px) {
  .breadcrumb-element {
    padding-top: 3%;
  }
}
