.breadcrumbs {
  margin: 26px 0;
  display: flex;
  align-items: center;
  gap: .5em;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 5px;
  overflow: scroll hidden;
}

.breadcrumbs a {
  text-decoration: none;
  white-space: nowrap;
  color: #4ABAF1;
}

.breadcrumbs a:last-child {
  color: #728594;
}

@media (min-width: 1200px) {
  .breadcrumbs {
    padding-bottom: 0;
    overflow: unset;
  }
}
