.color-gradient {
    background: rgb(88,78,161) !important;
    background: linear-gradient(57deg, rgba(88,78,161,1) 0%, rgba(42,152,196,1) 100%) !important;
}
.background-image-wrapper::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.btn-info{
    background: rgb(88,78,161);
    background: linear-gradient(57deg, rgba(88,78,161,1) 0%, rgba(42,152,196,1) 100%);
    color: white;
    padding:0;
    font-size: 12px;
}
.color-gradient2 {
    background: rgb(88,78,161) !important;
    background: linear-gradient(57deg, rgba(88,78,161,1) 0%, rgba(42,152,196,1) 100%) !important;
}
.color-gradient2::before{
    position: absolute !important;
    content: '' !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    z-index: 999;
}