  .first:hover {
    box-shadow: 0 2rem 1.5rem -1.5rem rgba(33,37,41,.15),0 0 1.5rem .5rem rgba(33,37,41,.05)!important;
    transform: scale(1.1);
    transition: .5s;
}
.first {
box-shadow: 0 1px 5px #dedede;padding: 0px!important;box-sizing: border-box;border: 1px solid #e5e5e5;border-radius: 10px;
    cursor: pointer;
    background-color: white;
}
.service-title{
font-size: 15px;text-transform: capitalize;font-weight: 600!important;
text-align: center;
}
.blog_img{
background: white;
text-align: center!important;
}
.blog_post{
    height: 245px;
}
.desc_service{
font-size: 12px;line-height: 16px;
}
  .blog_img img{
width: 53%
    }
    .frm{
        height: 40px;
       
    }
    .grp{
        padding-right: 10px;
    padding-left: 10px;
}
    
@media (max-width: 767px){
    .blog_img img{
width: 22%
    }
    .desc_service{
        display: none;
    }
    .blog_post{
        height: 100px;
    }
    .mb_box{
        width: 50%;
    }
}