.eines-resources {
	margin-inline: auto;
	padding-bottom: 32px;
	width: min(1376px, calc(100% - 32px));
}

.eines-resources__panel {
	align-items: center;
	display: grid;
	grid-template-columns: 1fr 0.85fr;
	min-height: 508px;
	padding: 64px;
	position: relative;
}

.eines-resources__panel::before {
	background: var(--white);
	border-radius: 8px;
	content: "";
	display: block;
	height: 70%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: -1;
}

.eines-resources__content {
	max-width: 560px;
}

.eines-resources h2 {
	font-size: 40px;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
}

.eines-resources h2::after {
	background: var(--eines-color-accent);
	content: "";
	display: block;
	height: 4px;
	margin-top: 24px;
	width: 32px;
}

.eines-resources p {
	color: var(--eines-color-muted);
}

.eines-resources__list {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 32px 0;
	padding: 0;
	list-style: none;
}

.eines-resources__list li {
	align-items: center;
	display: flex;
	font-weight: 700;
	gap: 8px;
}

.eines-resources__icon {
	align-items: center;
	display: inline-flex;
	flex: 0 0 24px;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.eines-resources__icon img {
	display: block;
	height: 24px;
	width: 24px;
}

.eines-resources__image {
	border-radius: 8px;
	height: 700px;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 1100px) {
	.eines-resources__panel {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.eines-resources {
		background: var(--white);
		border-radius: 8px;
	}

	.eines-resources__panel {
		padding: 40px 24px;
	}

	.eines-resources h2 {
		font-size: 32px;
	}

	.eines-resources__image {
		height: 300px;
		margin-top: 2rem;
	}
}
