.share-regular {
	font-family: 'Share', sans-serif;
	font-weight: 400;
	font-style: normal;
}
.gruppo-regular {
	font-family: 'Gruppo', sans-serif;
	font-weight: 400;
	font-style: normal;
}

@media only screen and (max-width: 600px) {
	h2 {
		font-size: 1.3rem;
	}
	h3 {
		font-size: 1.2rem;
	}
	p {
		font-size: 0.8rem;
	}
	.mb-5 {
		margin-bottom: 1.5rem !important;
	}
}
