﻿.section-page-wrapper {
	padding-top: 50px;
}

.left_date {
	background: #e98147 none repeat scroll 0 0;
	color: #ffffff;
	font-size: 14px;
	height: 50px;
	line-height: 16px;
	margin-right: 18px;
	padding: 8px 15px 0;
	text-align: center;
	width: 55px;
}

.left_date span {
	font-size: 20px;
}

.news-list .item {
	background-color: var(--bs-white);
	border-radius: 20px;
	border: 1px solid #f2f3f3;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	padding: 30px 30px 30px 30px;
	color: var(--bs-dark);
	display: flex;
	align-items: center;
	gap: 20px;
	text-align: left;
}

	.news-list .item + .item {
		margin-top: 30px;
	}

.single_news_area {
	margin-bottom: 30px;
	min-height: 70px;
}

h3.section-header {
	border-bottom: 1px solid #eee;
}