.idz_main .right-text h1 .claim1{
    font-size: 3rem;
    line-height: 3rem;
}
.idz_main .right-text h1 .claim2{
    font-size: 2.4rem;
}



.idz_home h1.claim {
    max-width: 22ch;
}
.text_legend {
    letter-spacing: 0.02rem;
}
.only_home .text_legend {
    letter-spacing: 0.02rem;
}
/* --- breakpoint ------------------------------------------------------ */
@media only screen and (min-width : 1350px) {
    .idz_main .right-text h1 .claim1{
        font-size: 3.3rem;
        line-height: 3.3rem;
    }
    .idz_main .right-text h1 .claim2{
        font-size: 2.6rem;
    }
}
/* --- breakpoint ------------------------------------------------------ */
@media only screen and (max-width : 1070px) {
    .idz_main .right-text h1 .claim1{
        font-size: 2.8rem;
        line-height: 2.8rem;
    }
    .idz_main .right-text h1 .claim2{
        font-size: 2.4rem;
    }
}
/* --- breakpoint ------------------------------------------------------ */
@media only screen and (max-width: 700px) {
    .idz_home h1.claim{
        font-size: 2.2rem;
    }
}
/* --- breakpoint ------------------------------------------------------ */
@media only screen and (max-width: 600px) {
    .idz_home h1.claim{
        max-width: 420px;
        padding-top: 0.75rem;
        padding-bottom: 0.5rem;
    }
}
/* --- breakpoint ------------------------------------------------------ */
@media only screen and (max-width: 570px) {
    .idz_blog .claim{
        max-width: 350px;
    }
}


