  .img-blist-wrapper{
    display: flex;
    height: auto;
    margin: 2rem 0px;
    align-items: center;
}

.leftside-section{
    max-width: 150px;
    height: auto;
    position: relative;
    margin-right: 3rem;

}
.rightside-section{
    padding-right: 2%;
    
}

.section-subheader{
    font-style: italic;
}
.point-package{
    font-size: 16px;
}

.rightside-section h1{
    margin-top:0;
    font-weight: 700 !important;
    font-size: 28px;
    line-height: 1.1;
}
.rightside-section h2{
    font-weight: 700 !important;
}

.leftside-section img{
    height: auto;
}
.box-shadowed{
    box-shadow: 5px 5px 10px rgba(0,0,0,.3);
}

.idescR p{
    flex: 1;
}

.idescR{
    flex: 1;
}


.glyphicon.check{
    color: #3155a4;
    transform: translate(25%, 0) translate(-1px, -1px);
}

.point-package{
    display: block;
}


.ibulletL, .idescL{
    width: 4rem;
}

.ibulletR{
    color: #3155a4;
    flex: 1;
}

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

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

.inside{
    background-color: #3155a4;
    height: 12px;
    width: 12px;
    transform: translate(25%, 25%) translate(-1px, -1px);
    border-radius: 50%;
}
.right-table{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

.spacer{
    line-height: 4;
}
@media only screen and (min-width: 767px) and (max-width: 991px){
    .section-subheader{
        font-size: 12px;
    }

    .rightside-section h2{
      
        font-size: 26px;
     
    }
}

@media only screen and (max-width: 767px){
    .img-blist-wrapper{
        display: block;
        margin: 2rem 0;
    }

    .rightside-section{
        margin: 2rem;
    }
    .right-table{
        text-align: center;
    }
   
    .leftside-section{
        margin: 4rem 2rem;
        max-width: 100%;
    }

    .idescR{
        flex: 1;
    }

    h1.section-title{
        font-size: 32px;
    }
    h2.section-subheader{
        font-size: 24px;
    }

}