.wahl-list__item {
	display: flex;
	justify-content: space-around;
	gap: 30px 100px;
}
/*
.wahl-list__left {
	display: flex;
	flex-flow: column nowrap;
	align-content: space-between;
} */

.wahl-list__image {
  	width: fit-content;
}

@media (min-width: 1400px) {
	.wahl-list__image {
		max-width: 491px;
	}
}

.top-title {
	font-size: xx-large;
	font-weight: bold;
}


.list-title,
.top-subtitle,
.list-item__title {
	font-size: x-large;
	font-weight: bold;
}

.top-subtitle {
	color: rgb(220, 102, 10);
	margin-bottom: 25px;
}

.top-contentone {
	font-size: large;
	margin-bottom: 25px;
}


@media (min-width: 768px) {
	.floating-bracket,
	.floating-square {
		position: relative;
	}
	.floating-square::after {
		position: absolute;
		background-color: rgba(245,128,35,0.1);
		z-index: -1;
		content: "";
		height: 27px;
		width: 27px;
		right: -40px;
		top: -40px;
	}
	
	.floating-bracket::before {
		position: absolute;
		z-index: -1;
		content: "";
		height: 33px;
		width: 33px;
		right: -25px;
		top: -25px;
		border-top: 5px solid #f58023;
		border-right: 5px solid #f58023;
	}
}

.list-list {
	padding-left: 0;
	/* max-width: 315px; */
}

.list-list > li {
	margin-bottom: 50px;
	display: block;
	position: relative;
}

.wahl-list__left--top {
	/* max-width: 500px; */
	/* margin-right: 100px; */
}

.list-title {
	margin: 40px 0;
	position: relative;
	width: fit-content;
}

.list-title::after {
	position: absolute;
	content: "";
	height: 70%;
	width: 127%;
	left: -70px;
	bottom: -8px;
	background-color: rgba(245, 130, 35, 0.1);
	z-index: -1;
}

.list-item__title {
	margin-bottom: 25px;
}

.list-item__counter {
	position: absolute;
	color: rgb(219, 219, 219);
	font-size: x-large;
	left: -70px;
  	font-weight: bold;
}

.wahl-orange {
	color: #f58023;
}