.containerInfo{
/*	padding-top: 2rem;*/
}
h4{
/*	padding: 1rem;*/
	font-size: 20px;
}
p{
	font-size: 14px;
/*	padding: 1rem;*/
}

.image{
	width: 30rem;
	max-height: 30rem;
	margin-top: 7rem;
	margin-bottom: 10rem;

}

.image img{
	border-radius: 0.3rem;
	height: 100%;
	width: 100%;
	object-fit: cover;
	box-shadow:
	  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
	  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
	  0 12.5px 10px rgba(0, 0, 0, 0.06),
	  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
	  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
	  0 100px 80px rgba(0, 0, 0, 0.12);
}

.intestazione-bg{
	background-color: #F5F5F5;
}
.presentation{
	display: flex;
  justify-content: flex-start;
  font-size: 3rem;
  margin: 2rem 0rem;
  overflow-x: hidden;
  flex-direction: column;
}