.content-card {
            background: #fff;
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }
        p {
            margin-bottom: 20px;
            font-size: 1.1rem;
        }
        .highlight {
            color: #2980b9;
            font-weight: bold;
        }
        .feature-box {
            background-color: #e8f4fd;
            border-left: 5px solid #2980b9;
            padding: 15px;
            margin: 20px 0;
            font-style: italic;
        }