.fm-breadcrumbs {
    margin: 0 auto;
    width: 100%;
  }
.fm-breadcrumbs ul {
    color: #348b65;
    font-weight: 500;
    display: flex;
    row-gap: 10px;
    padding: 20px 10px;
    flex-wrap: wrap;
  }
  .fm-breadcrumbs > ul > li > a:hover {
    color: #e11a1d;
  }
  
  .fm-breadcrumbs li {
    display: flex;
    align-items: center;
    height: 25px;
  }
  .fm-breadcrumbs__home-icon svg {
    color: #e11a1d;
    width: 19px;
    position: relative;
    top: 2px;
  }
  .fm-breadcrumbs__separator {
    font-size: 1.5rem;
    position: relative;
    top: -1px !important;
    font-weight: 100;
    margin: 7px;
  }
  .fm-breadcrumbs__active {
    color: #185340;
  }

  @media (min-width: 1440px){
    .fm-breadcrumbs{
      max-width: 1440px;
    }
  }
  @media (max-width: 1440px){
    .fm-breadcrumbs{
      max-width: 1180px;
    }
  }
  @media (max-width: 1200px){
    .fm-breadcrumbs{
      max-width: 1180px;
    }
  }
  