.breadcrumb_container {
    position: absolute;
    left: 40%;
    bottom: 103px;
}
@media screen and (max-width:992px) {

    .breadcrumb_container {
        position: absolute;
        top: unset;
        left: 35%;
        bottom: 0;
    }
}
