ul{
    list-style: none;
    font-size: 15px;
    padding: 0px;
    margin: 0px;
}

#membership li{
    border-bottom: 1px solid #AC944D;
    padding: 0;
    margin: 0;
    text-align: center;
    height: 52px;
    line-height: 52px;
}

#container{
    width: 100%;
    text-align:center;
}

.whole{
    padding-left: 20px;
    display: inline-block;

}


.type{
    width: 300px;
    border-radius: 20px 20px 0px 0px;
    background-color: #FFCD00;
    height: 62px;
    border-bottom: 3px solid #bfa30c;

}

.type_bottom{
    width: 300px;
    border-radius: 0px 0px 20px 20px;
    background-color: #FFCD00;
    height: 40px;
    border-bottom: 3px solid #bfa30c;

}

.type p{
    font-weight: 600;
    font-size: 29px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    padding-top: 10px;
}

.plan{
    width: 300px;
    background-color: #1D428A;
    border-radius: 0 0 20px 20px;
    font-size: 90px;
    color: white;
    text-align: center;
}

.header{
    border-bottom: 1px solid #AC944D;
    padding-bottom: 39px;
}

.header span{
    font-size: 32px;
}

.month{
    font-size: 14px;
    padding: 0px;
    margin: -10px;
}

.price{
    height:80px;
}