.privacy .head{
color: var(--main);
}
.breadcrumb-item+.breadcrumb-item:lang(ar)::before {

    float: right;
    padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb a {
    color: rgba(94, 94, 94, 1);
}
.bg_white {
    background-color: #fff;
}
.icon {
    background-color: rgba(254, 238, 196, 1);
    color: var(--main);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    font-size: 18px;
}