
.price_table .price_item{
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 4px 6px 0px rgba(0, 11, 40, 0.1);
    padding: 50px 10px 50px 10px;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.2s linear;
    cursor: pointer;
    border-color: #dad1f8;
}
.price_table .price_item:hover {
    box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.14);
}
.title{
    font-weight: 600;
    font-size: 20px;
    color: #3f4451;
    margin-top: 30px;
    
}
.price_table .price_item p {
    font-size: 16px;
    line-height: 22px;
    color: #677294;
    font-weight: 300;
    margin-bottom: 0px;
}
.price_table .price_item .price {
    line-height: 40px;
    border-bottom: 1px solid #e9e9f4;
    padding: 33px 0px 30px 0px;
    color: #3f4451;
    font-weight: 700;
    font-size: 40px;
}
.price_table  .price_item .price sub {
    color: #677294;
    bottom: 0;
    font-size: 16px;
    font-weight: 400;
}
.price_table .price_item .p_list {
    padding: 30px 0px 20px;
    list-style: none;
}
.price_table .price_item .p_list li{
    font-weight: 300;
    font-stretch: normal;
    font-size: 16px;
    line-height: 40px;
    
    color: #505975;
}
.price_table .price_item .sudung:hover{
    background-color: #5f2eed;
    color: #fff;
}
.price_table .price_item .sudung{
    border-color: #5f2eed;
    border-radius: 45px;
    padding:15px 36px;
    background: transparent;
    color: #5f2eed;
    font-size: 18px;
    font-weight: 400;
}
.price_table{
    margin: 40px auto;
}
.icon-cog{
    color: #dad1f8;

}