.image-back-offset-shadow{
    position: relative;
    display: inline-block;
}

.image-back-offset-shadow img{
    position: relative;
    z-index: 2;
}

.image-back-offset-shadow .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 25px;
    right: -25px;
    border-radius: 6px;
    z-index: 1;
}
.bg-gradient-light-purple-light-orange1{
    background-color: transparent;
    background-image: linear-gradient(50deg, #7A3F83 0%, #F8E800 100%)!important;
}