.grid {}

.grid a {
	width: 308px;
	display: inline-block;
}

.grid::after {
	content: "";
	/* flex: auto; */
	width: 308px;
}