/* news details css */
.details-sect {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 45vh;
	background-position: center;
}

.news_details_heading h2 {
	font-weight: 700;
	font-size: 42px;
	line-height: 48px;
	color: #12141D;
	margin-bottom: 24px;
}

.news_details_heading .details_post_date {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #EE4A50;
	margin-bottom: 56px;
}

.news_details p {
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	color: #12141D;
	opacity: 0.8;
	margin-bottom: 45px;
}

.news_details h3 {
	margin-bottom: 18px;
	font-style: normal;
	font-weight: 600;
	font-size: 21px;
	line-height: 30px;
	color: #12141D;
}

.popular_news_section {
	border: 1px solid #F2F2F2;
	border-radius: 10px;
	padding: 30px;
	height: 100%;
}

.popular_news_section h4 {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #12141D;
}

.popular_news_list {
	margin-top: 20px;
}

.popular_news_list h5 {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #12141D;
}

.popular_news_list p {
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
	color: #12141D
}

.post_border_line {
	border: 1px solid rgba(18, 20, 29, 0.1);
}

.breadcrumb {
	margin-bottom: 30px;
}
.breadcrumb li a {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #FA6444;
}

.breadcrumb .breadcrumb-item.active {
	color: #12141D;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #12141D;
}