.blog-left-content {
            font-family: 'Inter', sans-serif;
        }
        .blog-left-content h3, 
        .blog-left-content h4, 
        .blog-left-content h5, 
        .blog-left-content h6 {
            color: #171818ff;
            padding-top: 10px;
            padding-bottom: 10px;
            line-height: 2;
            font-size: inherit;
            font-weight: 800;
        }
        .blog-left-content ul{
            margin-left: 20px;
        }
        .blog-left-content p {
            color: #222831ff;
            line-height: 1.8;
            margin-bottom: 15px;
            font-size: 16px;
        }
        .blog-left-content a {
            color: #1D4ED8;
            text-decoration: none;
        }
        .blog-left-content a:hover {
            text-decoration: underline;
        }
        .blog-left-content b {
            color: #222831ff;
            font-weight: 800;
        }
        .blog-left-content img {
            max-width: 100%;
            height: auto;
            margin: 20px 0;
            background-color: #F3F4F6;
            border-radius: 8px;
        }
        ul {
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        }
        ul li {
        padding: 2px;
        display: flex;
        align-items: center;
        }

        ul li::before {
        content: "✦";
        color: #FF6900;
        margin-right: 5px;
        font-size: 1.2rem;
        }

        ul li p {
        margin-left: 15px;
        margin-top: 8px; /* Spacing between li title and p */
        font-weight: 400;
        color: #6b7280;
        font-size: 0.95rem;
        line-height: 1.6;
        }