.breadcrumbs {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    padding: 0 15px;
    @media (min-width: 1300px) {
        padding: 0;
    }
}
.breadcrumbs>span {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
.breadcrumbs a {
    font-size: 14px;
    font-weight: 400;
    color: var(--orange-700);
}
.breadcrumbs span {
    font-size: 14px;
    font-weight: 400;
    color: var(--grey-600);
    display: flex;
    flex-wrap: wrap;
}
.home_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;

}
.separator {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb_section {
    font-size: 14px;
    font-weight: 400;
    color: var(--orange-700);
}
.breadcrumb-current {
    font-size: 14px;
    font-weight: 400;
    color: var(--grey-600);
}