.squarex-all-services {
	box-sizing: border-box;
	padding: 28px;
	background: #f6efe8;
	border-radius: 20px;
}

.squarex-all-services__title {
	margin: 0 0 16px;
}

.squarex-all-services__list {
	display: grid;
	grid-template-columns: 1fr;
	margin: 0;
	padding: 0;
	list-style: none;
}

.squarex-all-services__item {
	min-width: 0;
	margin: 0;
	border-bottom: 1px dashed rgba(82, 59, 44, .18);
}

.squarex-all-services__item:last-child {
	border-bottom: 0;
}

.squarex-all-services__link {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 9px 0;
	color: inherit;
	text-decoration: none;
	transition: color 180ms ease, background-color 180ms ease;
}

.squarex-all-services__marker {
	display: inline-flex;
	width: 12px;
	height: 12px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background: currentColor;
	border-radius: 50%;
}

.squarex-all-services__marker::after {
	width: 4px;
	height: 4px;
	content: '';
	background: #fff;
	border-radius: inherit;
}
