
/** ADD YOUR AWESOME CODES HERE **/


.testo-piccolo{
	text-align: justify;
}

.sotto-titolo{
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

.descrizione li{
	padding-left: 30px;
}

.descrizione li b{
	color: black;
	font-weight: bold;
	margin-bottom: 20px;
}
.descrizione li p{
	padding-left: 30px;
}
.testo-piccolo a{
	color: #ff9900;	
	text-decoration: none;
	outline: none;
	cursor: pointer;
	display: block;
	padding-left: 20px;
}

.btn-strong {
    padding: 13px 40px;
    font-size: 40px;
    border: 2px solid #fd6802;
    color: #ffffff;
    background-color: #fd6802;
}

.mail-btn-container{
	text-align: center;
}