/* Blog */
.titlebar-inner h1 {
	font-size: 60px;
}

@media (max-width: 1199px) {
	.blog {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.blog {
		padding: 0 10px 80px 10px;
	}
}



.small-blog-img {
	height: 50px;
	width: 100px;
	margin-top: 12px;
}

.custom-legal-links a:hover {
	color: #330c61;
	/* Your desired hover color */
	text-decoration: underline;
}

.-bottom-28 {
	margin-bottom: -28px;
}

.blog-hidden {
	display: none;
}

.btn-primary {
	background-color: #007bff;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
}

.btn-primary:hover {
	background-color: #0056b3;
}

.blog-card{
	
	min-width:354px !important;
	min-height: 392px !important;
}
.blog-hidden {
  display: none !important;
}


