@media screen and (min-width:1200px) and (max-width:1400px) {
    .dz-title {
        font-size: 10px;
    }

    .dz-title p {
        font-size: 13px;
    }

    .icon-cell img {
        height: 30px;
        width: 30px;
    }
}