.fs-14 {
	font-size: 14px;
}

.top-80 {
	top: 80px !important;
}

.w-180 {
	width: 180px !important;
}

.td_nav_list>li>a {
	color: black !important;
}

.td_heading_bg {
	background-color: #2e3192;
}

.td_accent_bg {
	background-color: #2e3192;
}

.td_hero.td_style_1::before {
	content: none;
}

.header_button {
	border-color: #890c25;
	background-color: #890c25;
	color: white;
}
.td_page_heading {
    min-height: 650px; /* Adjust as needed */
    background-size: cover;
    background-position: center;
}
.td_post.td_style_1 {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.td_post_info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.td_post_thumb img {
    height: 220px;      /* Set your desired height */
    width: 100%;
    object-fit: cover;
    display: block;
}
.td_post_subtitle {
    display: -webkit-box;
    -webkit-line-clamp: 4;   /* Show 4 lines, adjust as needed */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
