.membership-plans-container {
    margin-top: 20px;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.membership-plans-container h3 {
    margin-bottom: 15px;
    font-size: 1.5em;
    color: #333;
}

.membership-plans-list {
    list-style: none;
    padding: 0;
}

.membership-plans-list li {
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.membership-plans-list h4 {
    margin: 0 0 5px;
    font-size: 1.2em;
}

.membership-plans-list p {
    margin: 0 0 10px;
    color: #666;
}
