dl {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Noto Sans', sans-serif;
}





#iw-floating-whatsapp {
	position: fixed;
	bottom: 20px;
	right: 20px;

	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;

	background-color:#36D366;
	border-radius: 50%;
	color: white;

	font-size: 40px;
}