.dashboard-banner{
    width:100%;

    background:#FFFDF8;

    border-radius:24px;

    overflow:hidden;

    margin-bottom:24px;
}

.dashboard-banner img{
    width:100%;
    display:block;
}