.blist-wrapper{
    display: flex;
    height: auto;
    
    margin: 2rem 0;
}

.descR{
    flex: 1;
}

.point-package{
    display: block;
}

.glyphicon.checkmark{
    color: #3155a4;
    transform: translate(10%, -10%) translate(-1px, -1px);
}

.bullet{
    font-size: 16px;
    font-weight: 700;
}
.bulletL, .descL{
    width: 4rem;
    position: relative;
}

.bulletR{
    color: #3155a4;
}

.row-a, .row-b{
    display: flex;
}

.outside{
    background-color: transparent;
    border: 1px solid #bcbcbc;
    height: 18px;
    width: 18px;
    top: 6px;
    left: 0;
    border-radius: 50%;
    position: absolute;
}

.inside{
    background-color: #3155a4;
    height: 12px;
    width: 12px;
    transform: translate(25%, 25%) translate(-1px, -1px);
    border-radius: 50%;
}

.revamp-bullets{
    display: flex;
    width: 100%;
    height: inherit;
    justify-content: space-evenly;
    flex-direction: column;
}