.device-category-item-wp{
    .blog-img{
        text-align: center;
        height: 188px;
        img{
            max-height: 200px;
            height: 100%;
            width: auto;
        }
    }
    .spec-tag{
        color: #212121 !important;
        &:hover{
            color: #fff !important;
        }
    }
}
.search-box-incat{
    form{
        justify-content: center;
    }
    .search-input{
        width: 30%;
    }
    [name="device"]{
        max-width: 150px;
    }
}
