.breadcrumbs .content {
    position: relative;
    width: 1224px;
    margin: 0 auto;
    height: 100%;
}

.breadcrumbs {
    padding: 32px 0px;
    width: 100%;
    background: #f5faff;
    box-sizing: border-box;
  }
  
.breadcrumbs__content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;flex-wrap: wrap;
    row-gap: 10px;
}
  
.breadcrumbs__link {
    display: flex;
    align-items: center;
    overflow: visible;
}

.breadcrumbs__home {
    width: auto !important;
    height: auto !important;    position: relative;
    top: -2px;
}

.breadcrumbs__arrow {
    width:  auto !important;
    height: auto !important;
    margin-right: 12px;
    margin-left: 12px;position: relative;
    top: -1px;
}

.breadcrumbs__text {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    text-align: left;
    color: #878B90;
    font-family: "SB Sans Display", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 13px;
    display: flex;
    align-items: flex-end;
    text-align: left;
    color: #878B90;
    position: relative;
    top: 1px;
}

@media screen and (max-width: 1919px) {
    .breadcrumbs .content {
        width: 1032px;
    }
}

@media screen and (max-width: 1199px) {
    .breadcrumbs .content {
        width: 100%;
        max-width: 990px;
        padding: 0 39px;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumbs .content {
        padding: 0 24px;
        width: 100%;
    }
}
.breadcrumbs__link span{

    transition: color 0.2s;
  }
  
 .breadcrumbs__link:hover span{
  color: #209F6D;
  }

  .breadcrumbs__home svg{
      color: #878B90;
  }

  .breadcrumbs__home:hover svg{
    color: #209F6D;
}