.kalk-social {
	display: flex;
	justify-content: center;
	gap: 24px;
}

.kalk-social a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	color: #ff0078;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 20px;
	transition: transform .2s ease;
}

.kalk-social a:hover {
	transform: scale(1.08);
}