.general,
.pricing-section{
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
    text-align: center;
}
.pricing-title{
    font-size: 3rem;
    color: var(--bs-heading-color, #333);
    margin-bottom:12px;
}
.pricing-subtitle{
    font-size: 2rem;
    color: var(--bs-heading-color,#f10ade);
    margin-bottom: 10px;
}



/* Small note heading */
.pricing-note {
    font-size: 1.1rem;
    font-weight: 500;
    color: #555;
    margin-bottom: 25px;
}

/* Description paragraph */
.pricing-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
}

/* Link styling */
.pricing-note a {
    color: #e63946;
    text-decoration: none;
    transition: color 0.3s ease;
}

.pricing-note a:hover {
    color: #d62828;
    text-decoration: underline;
}
@media (max-width: 600px) {
    .pricing-title {
        font-size: 2rem;
    }

    .pricing-subtitle {
        font-size: 1.2rem;
    }

    .pricing-note,
    .pricing-description {
        font-size: 0.95rem;
    }

    .general {
        padding: 40px 15px;
    }
}