
body {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4375;
    font-family: 'Merriweather Sans', sans-serif;
    letter-spacing: 0px;
    text-align: left;
 
}
.breadcrumbs__item{
    display: flex;
}
.item{
 padding: 0 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
   
    font-family: Lato, sans-serif;
    letter-spacing: 0.52px;
}
.breadcrumbs{
    padding: 5rem;
}
.item:hover{
  color: #15c1c6;
}