.prenotare-da-noi  .col-md-3 {
	flex: 20%;
}

.prenotare-da-noi h4 {
	margin-bottom: 18px;
	height: 40px;
	color: #454646;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 20px;
}
.prenotare-da-noi i {
	text-align: center;
	display: block;
	font-size: 80px;
	height: 80px;
	color: #e90c8b;
}


@media only screen and (max-width:46.15384615384615em) {
	.prenotare-da-noi .col-md-3
	{
		flex: 100%;
	}
	.prenotare-da-noi .main_title h2 {
		font-size: 19px;
	}
}
@media only screen and (max-device-width: 991px) {
	.prenotare-da-noi .col-md-3
	{
		flex: 50%;
	}
	
}