@media (min-width: 1280px) {
	.block-num-7 {
		grid-column: 3 / -3;
		justify-self: center;
	}
}

.overlay-card::before {
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}