.fase2.sectionTopHome{    padding-top: 20px;}
.fase2 .boxImgHome .premiHome .imgLogo{position:relative;display:block;width: 24%;margin:0px auto;}
.fase2 .boxImgHome .premiHome .img{width: 80%;margin:30px auto;}
.fase2 .boxImgHome .premiHome .btn{position:relative;bottom: auto;left: auto;z-index:10;width: 65%;max-width: 480px;margin:30px auto 0;}

.fase2 .meccanica{margin-top:20px;}
.fase2 .meccanica .item .regalo{position:relative;width: 160px;margin: 14px 0 0 12%;}
.fase2 .meccanica .item .tappi{position:relative;width: 120px;margin-top:20px;margin-left: 30px;}


.fase2 .boxVinto{border-radius:30px;}
.fase2 .boxVinto .titoloVinto3{font-size:46px;color:#000;font-weight:900;}
.fase2 .boxVinto .testiVinto{width:75%;}

.fase2 .box-form .form .tappi{width: 150px;right:90px;}

.fase2 .premi{border-radius:30px;}
.fase2 .premi .item{padding:30px 0}
.fase2 .premi .item .flex{display: flex;justify-content: center;align-items: center;gap:20px;width: 80%;margin: 60px auto 30px;}
.fase2 .premi .item .titolo{width:70%;font-size:47px;font-style: italic;font-weight:600;line-height: 1;padding-top: 0;}
.fase2 .premi .item .titolo span{font-size:68px;font-weight:900}
.fase2 .premi .item img{position:relative;display:block;width: 27%;}
.fase2 .premi .item .txt{width:75%;text-align:center;margin:0 auto 50px;color:var(--nero);    font-weight: 400;font-size: 18px;line-height: 1.3;}

@media (max-width: 940px) {
    .fase2 .box-form .form .tappi{width: 80px;    right: calc(50% - 40px);}
	.fase2 .boxVinto .titoloVinto3{font-size:30px;}

	.fase2 .premi{border-radius:30px;}
.fase2 .premi .item{padding:30px 0}
.fase2 .premi .item .flex{display: flex;justify-content: center;align-items: center;gap:20px;width: 90%;margin: 30px auto 30px;flex-direction: column-reverse;}
.fase2 .premi .item .titolo{width: 100%;font-size: 30px;font-style: italic;font-weight:600;line-height: 1;padding-top: 0;}
.fase2 .premi .item .titolo span{font-size: 40px;font-weight:900}
.fase2 .premi .item img{position:relative;display:block;width: 27%;}
.fase2 .premi .item .txt{width: 90%;text-align:center;margin:0 auto 50px;color:var(--nero);font-weight: 400;font-size: 18px;line-height: 1.3;}

}