    .posttitle_cat2 {
        width: calc(100% - 210px);
    }
    .posttitle_cat2_1 {
        min-width: 110px;
    }
    .posttitle_cat2_2 {
        min-width: 180px;
    }
    @media screen and (min-width: 640px) {
        .posttitle_cat2 {
            width: calc(100% - 330px);
            min-width: 220px;
        }
        .posttitle_cat2_1 {
            min-width: 190px;
        }
        .posttitle_cat2_2 {
            min-width: 290px;
        }
        .posttitle{
            font-size: 33.8px;
        }
    }
