/* animated particels */
.onum-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* img custom */
.img-cstm{
    background: linear-gradient(90deg, rgb(115 149 145 / 95%) 0%, rgb(142 157 144 / 20%) 50%, rgb(196 173 143 / 55%) 100%);
    border-radius: 12px;
    box-shadow: 1px 2px 3px 1px rgb(0 0 0 / .30), 0 1px 2px 2px rgb(0 0 0 / .1) !important;
}