    .posttitle_cat2 {
        width: calc(100% - 290px);
    }
    .posttitle_cat2_1 {
        min-width: 110px;
    }
    .posttitle_cat2_2 {
        min-width: 140px;
    }
    @media screen and (min-width: 640px) {
        .posttitle_cat2 {
            width: calc(100% - 470px);
        }
        .posttitle_cat2_1 {
            min-width: 190px;
        }
        .posttitle_cat2_2 {
            min-width: 210px;
        }
    }
