.idz_main .right-text h1 .claim1{
    font-size: 2.2rem;
    line-height: 2.5rem;
}
.idz_main .right-text h1 .claim2{
    font-size: 2rem;
}




.idz_home h1.claim {
    max-width: 24ch;
}
.text_legend {
    letter-spacing: -0.03rem;
}
.only_home .text_legend {
    letter-spacing: -0.05rem;
}
/* --- breakpoint ------------------------------------------------------ */
@media only screen and (min-width : 1350px) {
    .idz_main .right-text h1 .claim1{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .idz_main .right-text h1 .claim2{
        font-size: 2.2rem;
    }

}
/* --- breakpoint ------------------------------------------------------ */
@media only screen and (max-width : 1070px) {
    .idz_main .right-text h1 .claim1{
        font-size: 2rem;
        line-height: 2.2rem;
    }
    .idz_main .right-text h1 .claim2{
        font-size: 1.9rem;
    }
}

/* --- breakpoint ------------------------------------------------------ */
@media only screen and (max-width: 800px) {
    .idz_home h1.claim{
        font-size: 2.2rem;
    }
}
/* --- breakpoint ------------------------------------------------------ */
@media only screen and (max-width: 650px) {
    .idz_home .ult {
        font-size: 1.8rem;
    }
    .idz_home h1.claim{
        font-size:2.1rem;
        padding-top: 0.75rem;
        padding-bottom: 0.5rem;
    }
}
/* --- breakpoint ------------------------------------------------------ */
@media only screen and (max-width: 600px) {
    .idz_home h1.claim{
        max-width: 20ch;
    }
}
/* --- breakpoint ------------------------------------------------------ */
@media only screen and (max-width: 370px) {
    .idz_home .ult {
        font-size: 1.7rem;
    }
    .idz_home h1.claim{
        font-size: 2rem;
        line-height: 2.7rem;
    }
}
/* --- breakpoint ------------------------------------------------------ */
@media only screen and (max-width: 570px) {
    .idz_blog .claim{
        max-width: 400px;
    }
}