.dxb-hero-v2{
    padding:40px 0;
}

.dxb-hero-v2-grid{
    display:grid !important;
    grid-template-columns:2fr 1fr 320px !important;
    gap:24px;
    align-items:start;
}

.dxb-hero-stack{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.dxb-hero-big-card,
.dxb-stack-card{
    position:relative;
    overflow:hidden;
    border-radius:24px;
}

.dxb-hero-big-card{
    height:700px;
}

.dxb-stack-card{
    height:217px;
}

.dxb-hero-big-card img,
.dxb-stack-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.dxb-hero-overlay,
.dxb-stack-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.85),
        rgba(0,0,0,.15)
    );

    display:flex;
    flex-direction:column;
    justify-content:flex-end;

    padding:30px;
    color:#fff;
}

.dxb-dubai-widget{
    background:#081120;
    color:#fff;
    border-radius:24px;
    padding:24px;
}