.breadcrumbs{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 14px;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.03em;
    color: #000;
    margin-bottom: 20px;
}
.bk_arrow{
    display: block;
    font-size: 0;
    width: 20px;
    height: 14px;
    margin: 0px;
    background: url('/img/icons/breadcrumb-arrow.svg') center no-repeat;
    background-size: 100% auto;
}
@media (max-width: 768px) {
   .breadcrumbs{
        font-weight: 400;
        font-size: 20px;
        line-height: normal;
        margin-bottom: 20px;
    }
    .bk_arrow{
        width: 16px;
        height: 14px;
    }  
}