

        /* Content Card */
        .content-card {
            background: white;
            border-radius: 12px;
            box-shadow: var(--shadow);
            padding: 2.5rem;
            margin-bottom: 2rem;
        }

        .content-card h4 {
            color: var(--primary-maroon);
            font-weight: 600;
            margin-bottom: 1rem;
            font-size: 1.5rem;
        }

        .content-card p {
            margin-bottom: 1.5rem;
            line-height: 1.8;
        }

        