.text-list__list-item-cont {
	padding-bottom: 2.25rem;
	margin-bottom: 0.6875rem;
}
.text-list__list-item-cont:nth-child(4n+1) {
	border-bottom: 2px solid var(--wp--preset--color--deep-blue);
}
.text-list__list-item-cont:nth-child(4n+2) {
	border-bottom: 2px solid var(--wp--preset--color--powder-yellow);
}
.text-list__list-item-cont:nth-child(4n+3) {
	border-bottom: 2px solid var(--wp--preset--color--innovation-green);
}
.text-list__list-item-cont:nth-child(4n+4) {
	border-bottom: 2px solid var(--wp--preset--color--scarlett);
}
.text-list__list-item {
	color: var(--wp--preset--color--black);
	font-family: var(--wp--preset--font-family--headings);
	font-size: var(--wp--preset--font-size--subheading);
	font-style: normal;
	font-weight: 400;
	line-height: var(--wp--preset--line-height--subheading);
	letter-spacing: 2px;
	text-transform: uppercase;
}
.text-list a.button {
	margin: 0px;
}