.nat-mrp {
	border-top: 1px solid #d8d8d8;
	clear: both;
	margin: 2.5rem 0 1.5rem;
	padding-top: 1.25rem;
}

.nat-mrp__heading {
	font-size: 1.25rem;
	margin: 0 0 1rem;
}

.nat-mrp__items {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nat-mrp__item {
	min-width: 0;
}

.nat-mrp__image {
	aspect-ratio: 7 / 4;
	display: block;
	margin-bottom: 0.65rem;
	overflow: hidden;
	width: 100%;
}

.nat-mrp__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.nat-mrp__title {
	font-size: 1rem;
	line-height: 1.4;
	margin: 0 0 0.45rem;
}

.nat-mrp__excerpt {
	font-size: 0.9rem;
	line-height: 1.55;
	margin: 0 0 0.45rem;
}

.nat-mrp__meta {
	color: #666;
	font-size: 0.8rem;
}

@media (max-width: 700px) {
	.nat-mrp__items {
		grid-template-columns: 1fr;
	}
}
