div.news-list
{
	word-wrap: break-word;
}
.content .breadcrambs {
	display: flex;
	margin-bottom: 20px;
}
.content .breadcrambs a::after {
	position: relative;
	margin-left: 3px;
	content: "/";
	color: #A2A1A0;
	font-weight: 500;
	font-size: 13px;
	background: none;
}
.content .breadcrambs > *:not(:last-child) {
	margin-right: 0;
}
.content {
	margin-top: 40px;
}
.page-title {
	margin-bottom: 30px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	margin-bottom: 0;
}
div.news-list img.preview_picture
{
	margin:0 auto;
}
.news-date-time {
	color:#8E8E8E;
	font-size: 12px;
	font-family: "Montserrat";
	margin-bottom: 20px;
}
.news-list-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
}
.news-list-wrapper .news-item {
	display: flex;
	flex-direction: column;
	height: auto;
	max-width: 30%;
	padding: 0;
	margin: 0 15px;
	margin-bottom: 15px;
	border-radius: 15px;
	background-color: #F8F8FA;
	color: #656565;
}
.news-item_date {
	margin-bottom: 15px;
}
.news-item_title {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.news-item_title b {
	color: #353431;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.45;
}
.news-item_content .news_item_txt {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 2;
	text-overflow: ellipsis;
	max-height: 50px;
	overflow: hidden;
}
.read-more {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #F59F24;
	transition: all ease-in-out .2s;
}
.read-more svg {
	margin-left: 5px;
	transition: all ease-in-out .2s;
}
.read-more:hover,
.read-more:hover svg {
	color: #38322B;
	stroke: #38322B;
}
.news-list-wrapper .news-item .news-item_content {
	padding: 20px 30px;
	width: 100%;
	height: auto;
}
.news-list-wrapper .news-item .news-item__img {
	width: 100%;
	height: auto;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.news-list-wrapper .news-item .news-item__img img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: auto;
}

@media (max-width: 768px) {
	.news-list-wrapper .news-item {
		max-width: 100%;
	}
}