.icona-home {
	display: inline-block;
	width: 80px;
	line-height: 80px;
	background-color: transparent;
	border:
		1px dashed #42bdb6;
		color: #116e58;
		text-align: center;
		border-radius: 50%;
		transition: 0.5s;
	padding: 10px;}
.lista {
	padding-left: 0;
	list-style-type: disc;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left:30px;
	line-height: 1.8;
	color: #6b6b84;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}