.each-guarantee-in-banner{
    border-radius: 5px;
    border: 0.5px solid #FFFFFF;
    background-color: #110332;
}
.each-guarantee-in-banner p{
    border-left: 0.5px solid #fff;
}
.bundle-each-features p{
    font-size: 16px;
    line-height: 26px;
}
.bundle-each-features{
    border-right: 1px solid #D5D5D5
}
.bundle-each-features:last-child{
    border-right: none;
}
.bundle-main-features{
    border: 1px solid #1E0B42;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-top: -45px;
}
.bundle-each-features{
    row-gap: 30px;
}

@media (max-width: 479px){
    .bundle-each-features{
        border-right: none;
    }
}