@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
    /* styles here */
}

.fh-icon-box.style-1 h4 {
padding-top: 10px !important;
}