
#latest-blog {
    padding-top: 150px !important;
}

.news-content {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

    

    .news-content p {
        color: black;
    }

   
    .news-content strong {
        font-weight: bold;
    }

    .news-content em {
        font-style: italic;
    }

    .news-content ul,
    .news-content ol {
        padding-left: 2em;
        margin-bottom: 1em;
    }

    .news-content ul, .news-content li {
        list-style-type: disc;
    }


    .news-content ol {
        list-style-type: decimal;
    }

    .news-content li {
        margin-bottom: 0.5em;
    }

    .news-content blockquote {
        border-left: 4px solid #ccc;
        padding-left: 1em;
        color: #666;
        font-style: italic;
        margin: 1em 0;
    }

    .news-content img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 1em 0;
    }

    .news-content table {
        width: 100%;
        border-collapse: collapse;
        margin: 1em 0;
    }

    .news-content table,
    .news-content th,
    .news-content td {
        border: 1px solid #ddd;
    }

    .news-content th,
    .news-content td {
        padding: 8px;
        text-align: left;
    }

    .news-content a {
        color: #0066cc;
        text-decoration: underline;
    }

    .news-content hr {
        border: none;
        border-top: 1px solid #ccc;
        margin: 2em 0;
    }

    .news-content pre {
        background: #f4f4f4;
        padding: 1em;
        overflow-x: auto;
        font-family: monospace;
        font-size: 14px;
        border-radius: 4px;
    }
    .news-content p {
      /*  margin: 0 !important;
        padding:0 !important*/
    }

    .news-content h1 {
        font-size: 2em !important;
        margin: 0 !important;
    }

.news-content h2 {
    font-size: 1.5em !important;
}

.news-content h3 {
    font-size: 1.17em !important;
    margin: 0 !important;
}

.news-content h4 {
    font-size: 1em !important;
    margin: 0 !important;
}

.news-content h5 {
    font-size: 0.83em !important;
    margin: 0 !important;
}

