.img-blist-wrapper {
    display: flex;
    height: auto;

    margin: 2rem 0;
}

.leftside {
    max-width: 33%;
    height: auto;
    position: relative;

}

.rightside {
    margin-left: 5%;
    margin-right: 2%;
}

.rightside h2 {
    margin-top: 0;
    font-weight: 700 !important;
    font-size: 24px;
    line-height: 32px;
}

.leftside img {
    height: auto;
}

.box-shadowed {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
}

.idescR p {
    flex: 1;
}

.idescR {
    flex: 1;
}

.rightside .product-header {
    margin-bottom: 3rem;
}

.rightside p.product-subheader {
    font-size: 16px;
}

.bi.check {
    color: #3155a4;
    position: absolute;
    top: -6px;
    left: -2px;
    font-size: 21px;
}

.point-package {
    display: block;
}

.rightside .ibullet {
    font-size: 16px;
    font-weight: 700;
}

.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;
}

.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 (max-width: 600px) {
    .img-blist-wrapper {
        display: block;
    }

    .rightside {
        margin-left: 0;
    }

    .leftside {
        max-width: 100%;
    }

    .product-header {
        text-align: center;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .product-subheader {
        font-weight: 600;
        text-align: justify;
    }

    .idescR {
        flex: 1;
    }

}