/* Pricing Section */
.pricing-section {
    background-color: #f1f1f1;
    padding: 60px 20px;
    text-align: center;
}

.pricing-container {
    max-width: 800px;
    margin: 0 auto;
}

.pricing-container h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #8B0000;
}

.pricing-container p {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.8;
}

/* Pricing Table Section */
.pricing-table-section {
    background-color: #fff;
    padding: 60px 20px;
}

.pricing-table-container {
    max-width: 1000px;
    margin: 0 auto;
}

.pricing-item {
    background-color: #f9f9f9;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.pricing-item h3 {
    font-size: 2rem;
    color: #8B0000;
    margin-bottom: 10px;
}

.pricing-item p {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.6;
}