.breadcrumb{    display: flex;
    align-items: flex-start;
    gap: 10px;
    box-sizing: border-box;    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;  

    line-height: 1.5;
}
  .breadcrumb a{  
  display: flex;
    align-items: center;
    gap: 8px;
    outline: none;
    border: none;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;  
}
    
  .breadcrumb span.sep img{
      height:auto;
  }
    
@media screen and (max-width: 781px) {
  .mobile-hide {
    display: none;
  }
}