.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	background-color: #2DCCD388;
}

	.marker-cluster div {
		width: 30px;
		height: 30px;
		margin-left: 5px;
		margin-top: 5px;
		text-align: center;
		border-radius: 15px;
		font-size: 15px;
		font-family: DM Sans;
		color: white;
		background-color: #2DCCD3;
	}

	.marker-cluster span {
		line-height: 30px;
	}
