.pricing-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: Arial, Helvetica, sans-serif;
}

    .pricing-section h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .pricing-section h3 {
        font-size: 24px;
        margin-top: 40px;
        margin-bottom: 15px;
    }

.pricing-note {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #444;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

    .pricing-table th,
    .pricing-table td {
        border: 1px solid #ddd;
        padding: 14px;
        text-align: left;
    }

    .pricing-table th {
        background-color: #f5f5f5;
        font-weight: bold;
    }

.pricing-button {
    justify-content: center;
    align-items: center;
    background-color: #0089e4;
    padding: 12px 28px;
    color: #fff;
    text-decoration: none;
}

    .pricing-button:hover {
        background-color: #0A5DB8;
    }

.contact-cta-center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 60px 20px;
}

    .contact-cta-center p {
        max-width: 700px;
        font-size: 18px;
        line-height: 1.6;
        font-family: Arial, Helvetica, sans-serif;
    }

    .contact-cta-center a {
        color: #000;
        font-weight: 600;
        text-decoration: underline;
    }

        .contact-cta-center a:hover {
            opacity: 0.7;
        }