.textimagelist__row {
	display: flex;
	background: #12104f;
	border-radius: 20px;
}
.textimagelist__text h2 {
	margin-bottom: 20px;
}
.textimagelist__text ul {
	display: flex;
	flex-direction: column;
	padding-left: 20px;
	margin-bottom: 10px;
}
.textimagelist__text ul li {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #cd00ed;
	list-style: disc;
}
.textimagelist__image {
	display: flex;
	justify-content: center;
}
@media screen and (min-width: 991px) {
	.textimagelist__row {
		justify-content: space-between;
		align-items: center;
		padding: 50px;
	}
	.image-left.textimagelist__row {
		flex-direction: row-reverse;
	}
	.textimagelist__text {
		flex-basis: 525px;
	}
	.textimagelist__image {
		flex-basis: 418px;
	}
}
@media screen and (max-width: 991px) {
	.textimagelist__row {
		flex-direction: column-reverse;
		padding: 20px;
	}
}
