.plan-section {
    padding: 50px 0;
}
.plan-box {
    background-color:  white;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}
.plan-box h3 {
    font-weight: bold;
    margin-bottom: 10px;
}
.plan-box p {
    margin-bottom: 5px;
    line-height: 1.6;
}
.plan-box .plan-buttons {
    margin-top: 15px;
}
.plan-box .plan-buttons button {
    margin-right: 10px;
}