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

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

.list-social__item .icon {
	height: 18px;
	width: 18px;
}

.list-social__link {
	align-items: center;
	display: flex;
	padding: 5px 10px !important;
	color: rgb(var(--color-foreground));
}

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