.ben {
	display: grid;
	gap: 1px;
	background: var(--line, rgba(255, 255, 255, .13));
	border: 1px solid var(--line, rgba(255, 255, 255, .13));
}
.bn { background: var(--wp--preset--color--coal); padding: 34px 32px; transition: background .45s; }
.bn .i {
	font-family: var(--wp--preset--font-family--display);
	font-size: 11px;
	letter-spacing: .26em;
	text-transform: uppercase;
	color: var(--wp--preset--color--ice);
	margin-bottom: 12px;
}
.bn h3 { font-family: var(--wp--preset--font-family--display); font-weight: 400; font-size: 1.5rem; color: var(--wp--preset--color--white); margin-bottom: 10px; }
.bn p { color: rgba(244, 246, 247, .68); font-size: .96rem; }

@media (hover: hover) and (pointer: fine) {
	.bn:hover { background: var(--wp--preset--color--panel-2); }
}

@media (max-width: 900px) {
	.ben { grid-template-columns: 1fr !important; }
}
