
.custom-s-illo-peers-container {
	position: relative;
}

.custom-s-illo-peers-layers {
	display: grid;
	grid-template-columns: 1fr;
	overflow: hidden;
}

.custom-s-illo-peers-layers img {
	grid-column: 1;
	grid-row: 1;
	justify-self: center;
	align-self: center;
	max-width: 100%;
}

.custom-s-illo-peers-white-arm {
	transform: rotate(-28deg);
	transform-origin: 30% 30.6%;
}

.custom-s-illo-peers-green-arm {
	transform: rotate(3deg);
	transform-origin: 84.6% 30.6%;
}