/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1399px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }

}

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1199px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 960px;
    }

    .demo__img__blk {
        height: 185px;
    }

    .demo__content__blk h4 {
        font-size: 18px;
    }

    .demo__content__blk a {
        width: 100px;
        height: 38px;
        font-size: 14px;
    }

    .demo__content__blk {
        padding: 20px 16px;
    }

}

/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 720px;
    }

    .demo__main__blk {
        grid-template-columns: repeat(2, 1fr);
    }

    .demo__img__blk {
        height: 185px;
    }

    .demo__content__blk h4 {
        font-size: 18px;
    }

    .demo__content__blk a {
        width: 100px;
        height: 38px;
        font-size: 14px;
    }

    .demo__content__blk {
        padding: 20px 16px;
    }

}

/* SM Small Device :320px. */
@media only screen and (min-width: 200px) and (max-width: 767px) {
    .demo__main__blk {
        grid-template-columns: repeat(1, 1fr);
    }

    .demo__single__blk {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .demo__img__blk {
        height: 185px;
    }

    .demo__content__blk h4 {
        font-size: 18px;
    }

    .demo__content__blk a {
        width: 100px;
        height: 38px;
        font-size: 14px;
    }

    .demo__content__blk {
        padding: 20px 16px;
    }

}

/* SM Small Device :576px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 540px;
    }

    .demo__main__blk {
        grid-template-columns: repeat(2, 1fr);
    }

    .demo__img__blk {
        height: 140px;
    }

    .demo__content__blk h4 {
        font-size: 16px;
    }

    .demo__content__blk a {
        width: 84px;
        height: 34px;
        font-size: 12px;
    }

}