/* <=== vhserviepg ===> */
.vhserviepg .svpadd{
    padding: 60px 0 40px;
}
.tpserviemm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
.tpserviemm .mmgrip > div{
    padding: 0 15px;
    width: 33.33333%;
    margin-bottom: 30px;
}
.itserviemm{
    height: 100%;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itserviemm .thumb a{
    border-radius: 15px;
}
.itserviemm .decss{
    padding: 15px 5px;
    text-align: center;
}
.itserviemm .dstitle, .itserviemm .dstitle h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}
.itserviemm .dstitle a{
    color: #333;
}
/* <=== vhserviepg ===> */


hr{
    border-top-color: #164399;
}
@media all and (min-width: 992px){
    .itserviemm:hover{
        transform: translateY(-2px);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    }
}
@media all and (max-width: 991px){
    /* <=== vhserviepg ===> */
    .vhserviepg .svpadd{
        padding: 40px 0;
    }
    .tpserviemm .mmgrip > div{
        width: 50%;
    }
    /* <=== vhserviepg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhserviepg ===> */
    .tpserviemm .mmgrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .itserviemm{
        display: flex;
        align-items: center;
        align-content: center;
    }
    .itserviemm .thumb{
        width: 150px;
    }
    .itserviemm .decss{
        width: calc(100% - 150px);
        padding: 10px 10px 10px 20px;
        text-align: left;
    }
    .itserviemm .dstitle, .itserviemm .dstitle h3{
        font-size: 17px;
    }
    .slorthermm .itserviemm{
        display: block;
    }
    .slorthermm .itserviemm .thumb{
        width: 100%;
    }
    .slorthermm .itserviemm .decss{
        width: 100%;
        padding: 15px 5px;
        text-align: center;
    }
    /* <=== vhserviepg ===> */
}