.checkbullets{
    mix-blend-mode: multiply;
}
.bundle{
    /* background-image: url(../img/bg.jpg); */
    background: #2A7B9B;
    background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(0, 82, 46, 1) 100%);
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* background-size: cover; */
    /* background-origin: content-box; */
    /* mix-blend-mode: darken; */
    
}
.bundle1{
    background: #833AB4;
    background: linear-gradient(90deg,rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
}