/* nex hub max */
@media (min-width: 1271px) and (max-width: 1480px) {

    .neww_card > img {
        z-index: 0;
        transition: all 0.8s cubic-bezier(0.66, 0.08, 0.19, 0.97);
        width: 89%;
    }
    .dm-flip-card {
        position: relative;
        width: 355px;
        height: 450px;
    }

}
/* next hub */
@media (min-width: 1023px) and (max-width: 1270px) {

    .neww_card > img {
        z-index: 0;
        transition: all 0.8s cubic-bezier(0.66, 0.08, 0.19, 0.97);
        width: 69%;
    }


    .dm-flip-card {
        position: relative;
        width: 295px;
        height: 382px;
    }

.counter-facts .counter {
    width: 209px;
    min-height: 215px;
}



}
