h1{
    font-size: 72px;
}

@media screen and (max-width: 1540px) {
    .iframe_container {
        padding-left: 16px;
    }
}

@media screen and (max-width: 800px){
    .testata_titolo {
        font-weight: 700;
        font-size: 46px;
        line-height: 72px;
    }

    h1{
        font-size: 47px;
        line-height: 55px;
    }
}

@media screen and (max-width: 481px) {
    h1{
        font-size: 50px;
        font-weight: 700;
        line-height: 50px;
    }

    .testata_sommario {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0em;   
    }
    .container-text {
        line-height: 30px;
        font-size: 22px;
    }

    .partiti{
        flex-direction: column;
    }

    .domanda{
        text-align: center;
        width: 100%;
        margin-top: 0;
    }

    .partiti .prova2 {
        position: relative;
        width: 30%;
    }

    .partiti .prova2 img {
        width: 100%;
        height: auto;
    }

    .partiti .prova2:nth-child(2){
        margin: 0 4.5%;
    }

    .partiti .prova2:nth-child(4){
        margin-right: 4.5%;
    }

    .risposta_esatta,
    .risposta_sbagliata{
        padding: 16px;
    }

    .subtitle_esatto {
        font-size: 18px;
        line-height: 22px;
    }

    .descrizioni{
        margin-top: 32px;
        font-size: 20px;
        line-height: 36px;
    }

    #quiz_container{
        margin-bottom: 32px;
        padding-left: 0;
        padding-right: 0;
    }
    .continua,
    .riduci{
        font-size: 16px;
        line-height: 32px;
    }
    .risultato {
        position: relative;
        width: 100%;
    }

    .number {
        margin-left: initial;
        font-weight: 300;
    }

    .primariga,
    .secondariga{
        width: 100%;
        justify-content: space-between;
    }

    .final_box {
        padding: 16px;
    }

    .didascalia {
        line-height: 16px;
    }

    .risposta_esatta p, .risposta_sbagliata p {
        margin-block-start: 3px;
    }

    .aggiunta {
        font-size: 20px;
        line-height: 22px;
    }
}