.list-style-none{
    list-style: none;
}
.membership-header{
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 600;
}

.know-more{
    height: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 800;
}

.basicmember-header{
    height: 6rem;
}
.grey{
    background-color: #E3E3E3;
    font-size: 15px;
    color: #000;
}

.plan{
    min-height: 180px;
    border-bottom: 1px solid gainsboro;
}

.approved{         
    text-align: center;
    color: #2FB35D;
    font-weight: bolder;
    min-height: 180px;
    line-height: 45px;
    border-bottom: 1px solid gainsboro;
}

.buyers-benefit:before {
    display: block;
    content: '';
    width: 80%;
    position: absolute;
    top: 190px;
    border-bottom: 1px solid #04b74d;
    z-index: 1;
    left: 233px;
}