@media only screen and (min-width: 320px) and (max-device-width: 736px) {
    .feature-icon-katanka,
    .feature-icon-katod,
    .feature-icon-lom {
        display: block;
        margin: 0 auto;
    }
}

/*==================================
=   iPad 1 and 2 iPad mini in portrait
===================================*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    
}
/*==================================
=   iPad 1 and 2 iPad mini in landscape
===================================*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    
}

@media only screen and (max-width: 992px) {

}