 .main-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}
 .prdetails {
        font-size: 16px;
        text-align: justify;
    }

    .h1div {
        font-size: 20px;
        font-weight: bold;
    }

    .h2div {
        font-size: 18px;
        font-weight: bold;
    }
    .prdetails strong,
    .prdetails b {
        font-weight: 700;
        color: #1f2937;
    }

    .prdetails em,
    .prdetails i {
        font-style: italic;
    }

    .prdetails p {
        margin-bottom: 0.5rem;
        line-height: 1.6;
        color: #333;
    }

    .prdetails h1,
    .prdetails h2,
    .prdetails h3,
    .prdetails h4 {
        margin-top: 1rem;
        margin-bottom: 0.5rem;
        font-weight: 700;
    }

    .prdetails h1 {
        font-size: 1.875rem;
        color: #1f2937;
    }

    .prdetails h2 {
        font-size: 1.5rem;
        color: #1f2937;
    }

    .prdetails h3 {
        font-size: 1.25rem;
        color: #374151;
    }

    .prdetails h4 {
        font-size: 1.1rem;
        color: #4b5563;
    }

    .prdetails ul,
    .prdetails ol {
        margin-left: 2rem;
        margin-bottom: 0.5rem;
    }

    .prdetails li {
        margin-bottom: 0.25rem;
        line-height: 1.6;
    }

    .prose strong,
    .prose b {
        font-weight: 700;
        color: #1f2937;
    }

    .prose em,
    .prose i {
        font-style: italic;
    }