
@media (max-width: 991px) {
    .service{
        margin: 0 auto;
        padding: 0;
    }

    .service .row > div{
        width: 100%;
        padding: 0;
    }
    .service .entry{
        background: #e7e7e7;
        border-bottom: 1px solid #fff;
        height: 91px;
        width: 100%;
    }
    .service .entry > a{
        border-radius: 0;
        width: 100%;
        height: 90px;
        text-align: left;
    }
    .service .entry > a >figure{
        border-radius: 0;
    }
    .service .entry .entry-media{
        height: 90px;
        transition: none;
    }

    .service .entry .icon{
        height: 90px;

    }
    .service .entry > a .icon span{
        color: #484149;
        font: 24px/0.8 'DSNLardphraoRegular', sans-serif;
        display: block;
        width: 100%;
        margin: 0;
        margin-top: -0.5em;
    }
    .service .entry .entry-media .icon{
        background-position: 32% 10px;
        transition: none;
    }
    .service .entry .entry-media:hover .icon{
        background-position: 32% 10px;
    }
}