.cusIbennr {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cusIbennr-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}


.main {
    display: flex;
    color: #fff;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
}

.bre-last-a {
    color: var(--Contrast);
}

.uxrcs {
    color: #fff;
    font-size: 48px;
    text-align: center;
    font-weight: 700;
}

.main img {
    width: 8px;
    margin: 5px 10px;
}

.main span {
    margin: 0 10px;
}