.pricing-table {
    margin: 0 auto;
    width: 100%;
}

.pricing-content {
    display: flex;
    flex-direction: column;
}

.pricing-heading {
    padding: 20px 0 0;
    font-size: 24px;
    font-weight: 600;
}

.pricing-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}

.pricing-item:last-child {
    border-bottom: none;
}

.pricing-item-name {
    font-weight: 500;
}

.pricing-item-price {
    font-weight: 600;
}