.list-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 30px;
}

@media only screen and (width <= 749px) {
	.list-social {
		justify-content: center;
	}
}

.list-social__item .icon {
	width: 2.2rem;
	height: 2.2rem;
}

.list-social__link {
	display: flex;
	align-items: center;

	color: rgb(var(--color-foreground));
}

.utility-bar .list-social__link {
	height: 3.8rem;
	padding: 0 0.8rem;
}

.list-social__link:hover .icon {
	transform: scale(1.07);
}
