@media only screen and (max-width:2400px) and (min-width:2000px) {
    .post-module .post-content .description {
        font-size: 18px;
    }

    .post-module .post-content .title,
    p.h1.title {
        font-size: 32px;
    }

    .post-module .post-content .sub_title,
    p.red.title {
        font-size: 26px;
    }

    .post-module {
        height: 570px;
    }

    .post-module .thumbnail {
        height: 500px;
    }
}

@media only screen and (min-width:2400px) {
    .post-module .post-content .description {
        font-size: 24px;
    }

    .post-module .post-content .title,
    p.h1.title {
        font-size: 38px;
    }

    .post-module .post-content .sub_title,
    p.red.title {
        font-size: 30px;
    }

    .post-module {
        height: 750px;
    }

    .post-module .thumbnail {
        height: auto;
    }

    .portfolioworkis ul li {
        font-size: 32px;
    }
}

@media only screen and (max-width:1799px) and (min-width:1600px) {
    .post-module .post-content .description {
        font-size: 16px;
    }

    .post-module .post-content .title,
    p.h1.title {
        font-size: 28px;
    }

    .post-module .post-content .sub_title,
    p.red.title {
        font-size: 22px;
    }

    .post-module {
        height: 530px;
    }

    .post-module .thumbnail {
        height: 450px;
    }
}

@media only screen and (max-width:1799px) and (min-width:1600px) {
    .post-module .post-content .description {
        font-size: 16px;
    }

    .post-module .post-content .title,
    p.h1.title {
        font-size: 28px;
    }

    .post-module .post-content .sub_title,
    p.red.title {
        font-size: 22px;
    }

    .post-module {
        height: 530px;
    }

    .post-module .thumbnail {
        height: 450px;
    }
}

@media only screen and (max-width:767px) {
    .portfolioworkis .item {
        width: 100% !important;
    }

    .portfolioworkis ul li {
        font-size: 14px;
            padding: 10px 3px;
    }

    .portfolioworkis ul {
        margin: 25px auto;
    }

    .post-module .post-content .sub_title,
    p.red.title {
        font-size: 14px;
    }

    .post-module .post-content .title,
    p.h1.title {
        font-size: 24px;
    }

    .post-module .post-content {
        padding: 15px;
    }

    .pagetitle .nextsection {
        bottom: 0;
    }

    p.red.title,
    p.h1.title {
        padding-left: 15px;
        padding-right: 15px;
    }
}