.component-text {
	margin-bottom: 1rem;
}

.component-text p {
	margin-bottom: 21px;
}

.component-text > *:last-child {
	margin-bottom: 0;
}

@media (max-width: 769px) {
	.component-text ul {
		margin-top: 26px;
		padding: 0;
		padding-left: 18px;
	}
}

@media (max-width: 1199.98px) {
	.component-text ul {
		list-style: none;
		margin-top: 24px;
		padding: 0;
	}
}

.component-text li {
	position: relative;
}

@media (max-width: 769px) {
	.component-text li {
		margin-bottom: 9px;
	}
}

@media (max-width: 1199.98px) {
	.component-text li {
		margin-bottom: 21px;
		padding-left: 29px;
	}

	.component-text li::before {
		content: '\2022';
		display: inline-block;
		font-size: 38px;
		left: -3px;
		margin-top: -17px;
		position: absolute;
	}
}

@media (max-width: 769px) {
	.component-text--list-style-custom ul {
		margin-top: 26px;
		padding: 0;
		padding-left: 18px;
	}
}

@media (max-width: 1199.98px) {
	.component-text--list-style-custom ul {
		list-style: none;
		margin-top: 43px;
		margin-top: 43px;
		padding: 0;
	}
}

.component-text--list-style-custom li {
	margin-bottom: 12px;
}

@media (max-width: 769px) {
	.component-text--list-style-custom li {
		padding-left: 2px;
	}
}

@media (max-width: 1199.98px) {
	.component-text--list-style-custom li {
		padding-left: 39px;
		position: relative;
	}

	.component-text--list-style-custom li::before {
          /* stylelint-disable-line max-nesting-depth */
		background-image: url("~@images/icon-cube.png");
		background-position: left center;
		background-repeat: no-repeat;
		bottom: 0;
		content: '';
		display: block;
		height: 32px;
		left: -4px;
		margin-top: 0;
		position: absolute;
		top: 1px;
		width: 32px;
	}
}

@media (max-width: 1199.98px) {
	.component-text--list-style-cube li::before {
      /* stylelint-disable-line max-nesting-depth */
		background-image: url("~@images/icon-cube.png");
		background-position: left center;
		left: -4px;
		top: 1px;
		width: 32px;
	}
}

.component-text--list-style-checkmark ul {
	list-style: none;
	padding: 0;
}

@media (max-width: 1199.98px) {
	.component-text--list-style-checkmark ul {
		margin-top: -2px;
	}
}

@media (max-width: 769px) {
	.component-text--list-style-checkmark ul {
		margin-top: -10px;
	}
}

@media (max-width: 769px) {
	.component-text--list-style-checkmark li {
		margin-bottom: 9px;
		padding-left: 30px;
	}
}

@media (max-width: 1199.98px) {
	.component-text--list-style-checkmark li {
		margin-bottom: 20px;
		padding-left: 40px;
	}
}

.component-text--list-style-checkmark li::before {
    /* stylelint-disable-line max-nesting-depth */
	background-image: url("~@images/checkmark.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100%;
	content: '';
	height: 32px;
	left: 0;
	position: absolute;
	top: -1px;
	width: 16px;
    /* stylelint-disable max-nesting-depth */
    /* stylelint-enable max-nesting-depth */;
}

@media (max-width: 769px) {
	.component-text--list-style-checkmark li::before {
		left: 5px;
		top: -5px;
		width: 12px;
	}
}
