.wp-theme-mnk .latest_news{
	padding-top: var(--wp--preset--spacing--70);
  padding-bottom: var(--wp--preset--spacing--70);
}

.featured_title{
  color: var(--wp--preset--color--accent-1, #cc0000);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 10px 0;
}

.latest_news_head{
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	align-items: center;
	margin-bottom: 3rem;
	flex-wrap: wrap;
}
.latest_news_head h2{
	margin: 0;
}
.latest_news .news_list{
	display: flex;
	justify-content: flex-start;
	gap: 1.2rem;
	align-items: flex-start;
	flex-wrap: wrap;
}
.latest_news .news_list > div{
	width: calc((100% - 2.4rem) / 3);
}
.latest_news_content{
	margin-bottom: 2rem;
}
.latest_news .news_list img{
	width: 100%;
	max-height: 420px;
	object-fit: cover;
	object-position: center;
	height: 25vw;
}
.blog_item_img_wrap{
	background-color: var(--wp--preset--color--accent-1, #cc0000);
	display: flex;
	justify-content: center;
}
.latest_news .news_list img.default_img{
	width: 90%;
	object-fit: contain;
}
.latest_news .more_info_link{
	font-size: 1rem;
  background-size: 14px auto;
  padding-right: 22px;
  font-weight: bold;
}
.more_info_link:hover{
	color: var(--wp--preset--color--accent-1, #cc0000);
}
.wp-theme-mnk .latest_news .container{
	padding: 0;
}
.blogs-item-date{
  font-size: 16px;
  line-height: 1.4;
  margin: 8px 0;
}
@media (max-width: 781px) {
	.latest_news .news_list > div{
		width: 100%;
	}
	.latest_news .more_info_link{
		font-size: 0.9rem;
	}
	.latest_news .news_list img{
		height: 60vw;
	}
	.latest_news .news_list h5{
		font-size: 18px;
	}
  .sections_news.latest_news h2 {
    margin-bottom: 0 !important;
  }
  .blogs-item-date {
    font-size: 15px;
  }
  .latest_news_head{
		margin-bottom: 2rem;
	}
}

@media (max-width: 640px) {
	.latest_news .news_list h5{
		font-size: 17px;
	}

}