.funtana_icons {
	list-style: none;
	font-size: clamp(11px, 9px + 0.75vw, 15px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 0.5em;
	row-gap: 0.9em;
	margin-bottom: 2.5em;
}

.funtana_icons li {
	background: #027C91;
	color: #fff;
	border-radius: 9999px;
	padding-inline: 0.5em;
	line-height: 2em;
	min-height: 2.125em;
	/* box-shadow: var(--shadow); */
}

.funtana_icons li svg {
	padding: 0.4em;
	height: 2.5em;
	width: 2.5em;
	flex-shrink: 0;
	object-fit: contain;
	border-radius: 1em;
	overflow: visible;
}

.funtana_icons li { transform:rotate(4deg); }
.funtana_icons li:nth-child(2n) { transform:rotate(-4deg); }
.funtana_icons li:nth-child(3n) { transform:rotate(2deg); }
.funtana_icons li:nth-child(4n) { transform:rotate(-5deg); }
.funtana_icons li:nth-child(5n) { transform:rotate(-4deg); }
.funtana_icons li:nth-child(6n) { transform:rotate(3deg); }
