.rea-project-awards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	color: #000;
}

.rea-project-awards__media {
	margin: 0 0 20px;
}

.rea-project-awards__image {
	display: block;
	width: 52%;
	height: auto;
	max-width: 100%;
}

.rea-project-awards__description {
	margin-top: 10px;
}

.rea-project-awards__description > *:last-child {
	margin-bottom: 0;
}

.rea-project-awards__action {
	margin-top: 12px;
}

.rea-project-awards__link {
	color: #b61219 !important;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.rea-project-awards__link:hover,
.rea-project-awards__link:focus {
	color: #202020;
}

@media (max-width: 1024px) {
	.rea-project-awards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.rea-project-awards {
		grid-template-columns: minmax(0, 1fr);
	}
}
