@charset "UTF-8";
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

	#bottom-footer p {
	text-align: left;
}

	p {
  font-size: 1rem;
}
	
.carousel h5{
	font-size: 4rem;
}

.carousel p{
	font-size: 2.5rem;
}
	
	.carousel-caption {
  bottom: 15rem;
}
	
	footer{
	padding: 50px 0;
}
	
#cosa-facciamo h2 {
  min-height: 60px;
}
}