.mainInfosContents{
    min-height: 100vh;
}

#returnBtn{
    margin-top: 20px;
}

#printBtn{
    padding: 8px 9px;
    background-color: var(--iq-body-text)!important;
    color:white !important;
}

#title{
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 32px;
}

#infosContent{
    text-align: justify!important;
    padding: 32px 0 16px;
    min-height: 360px;
    color:var(--iq-body-text);
    margin-bottom: 30px!important;
    line-height: 1.3!important;
}

h1{
    color:var(--iq-body-text)!important;
}

h2{
    color:var(--iq-body-text)!important;
}

h3{
    color:var(--iq-body-text)!important;
}

p{
    margin-bottom: 0.5rem!important;
}

@media only screen and (max-width: 600px) {
    
    #infosContent{
        text-align: inherit!important;
        padding: 20px 0 10px;
        min-height: 360px;
        font-size: 12px;
        margin-bottom: 22px!important;
    }

    h1{
        color:var(--iq-body-text)!important;
        font-size: 1.5em!important;
    }
    
    h2{
        color:var(--iq-body-text)!important;
        font-size: 1.4em!important;
    }
    
    h3{
        color:var(--iq-body-text)!important;
        font-size: 1.3em!important;
    }
    
    p{
        margin-bottom: 0.5rem!important;
        font-size: 12px;
    }

    #title{
        font-size: 18px;
        font-weight: 800;
        margin-bottom: 35px;
        line-height: inherit!important;
    }

    .hidden-mobile{
        display: none;
    }
}