.mahalleler {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 15px;
}

.mahalleler a {
	background: #f1f2f3;
	padding: 10px;
	display: block;
	border-radius: 3px;
	text-align: center;
}

.whatsappButton .icon {
	width: 60px;
	height: 60px;
}

.whatsappButton .icon svg {
	width: 40px;
	height: 40px;
}

.whatsappButton.right+.safirTop {
	bottom: 105px;
}