.blog-title{
    font-size: 30px;
    color: #000;
    font-weight: 500;
    /* increase letter spacing */
    letter-spacing: 0.5px;
}

.lqd-post-content h4 {
	font-size: 21px;
	color: #000;
	font-weight: 600;
	display: block;
	clear: both;         /* Clears any floating elements ensuring the header is on a new line */
	margin-top: 20px;    /* Spacing before each header, adjust as necessary */
	margin-bottom: 10px; /* Spacing after the header, for separation */
}

.lqd-post-content {
	font-size: 15px;
	color: #000;
	text-align: justify;
	text-justify: inter-word;
}

.lqd-post-content a {
    color: #000;
    text-decoration: none;
}

.lqd-post-content a:hover {
    text-decoration: underline;
}

.lqd-post-content a {
    transition: all 1s ease;
}

.lqd-post-content p {
	width: 100%;
	display: block;
	clear: both;
}


.lqd-post-content ul {
	width: 100%;       /* Forces the list to take full width */
	display: block;    /* Ensures it behaves as a block-level element */
	clear: both;       /* Prevents floating elements on either side */
	margin-bottom: 20px; /* Adds space below the list */
	padding-left: 20px; /* Adds padding for bullets, adjust as necessary */
}

.lqd-post-content .container {
	width: 65%;
}

