.ppt-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.ppt-plan {
    width: 300px;
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    background: white;
}

.ppt-plan img {
    width: 60px;
    margin-bottom: 10px;
}

.ppt-plan h3 {
    margin: 10px 0;
}

.ppt-price {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.ppt-features {
    text-align: left;
    margin-top: 15px;
}

.ppt-features li {
    margin-bottom: 6px;
}
