@media screen and (max-width: 420px) {
    .testo-variabile {
        font-size: 4rem;
        line-height: 65px;


    }

    .descrizione-header {
        font-size: 20px;
        margin-top: 25%;
        font-family: 'Bebas Neue';
        font-weight: bold;
        padding: 10px;
    }

}




@media screen and (min-width: 650px){
    .testo-variabile {
            font-size: 6rem;
            line-height: 65px;
    
    
        }
    
        .descrizione-header {
            font-size: 30px;
            margin-top: 25%;
            font-family: 'Bebas Neue';
            font-weight: bold;
            padding: 10px;
        }

}

@media screen and (min-width: 850px) {
    .testo-variabile {
        font-size: 6.5rem;
        line-height: 70px;


    }

    .descrizione-header {
        font-size: 35px;
        margin-top: 15%;
        font-family: 'Bebas Neue';
        font-weight: bold;
        padding: 10px;
    }
}

@media screen and (min-width: 1100px) {
    .testo-variabile {
        font-size: 7.5rem;
        line-height: 75px;


    }

    .descrizione-header {
        font-size: 40px;
        margin-top: 10%;
        font-family: 'Bebas Neue';
        font-weight: bold;
        padding: 10px;
    }

    .wrapper {
        box-sizing: content-box;
        height: 285px;
        padding-top: 85px;
        gap: 15px;

    }


    .change-words {
        gap: 2px;
        margin-top: -15px;
        line-height:96px;
    }

    .socialcontact img{
        width:140px;
    }

    .conteinercont p {
        font-size: 22px;
    }
    
    .conteinercont h1 {
        font-size: 50px;
    }
    
    .conteinercont h2 {
        font-size: 35px;
     }

    #clickimmagine{
        font-size:12px;
    }
}
