


.service {
    height: auto;
    background-color: #f8f8f8;
    border-radius: 12px;
    /*width:110%;
    margin-left:-5%;*/
}
.serviceInner h2 {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    margin: 0
}

.serviceInner_P {
    text-align: center;
    font-size: 20px;
    font-weight: 700
}

.serviceInner img {
    margin: 1% 1%;
    width: 98%;
    height: 80%;
    border-radius: 10px;
}
.serviceBox {
    width: 98%;
    height: auto;
    margin: 0 auto;
    padding: 0 0;
    overflow: hidden
}

.serviceInner:hover, .serviceInner img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer
}

.serviceInner, .serviceInner img:hover {
    -webkit-transition: all .5s;
    transition: all .5s
}

.serviceInner {
    position: relative;
    border-radius: 10px;
    width: auto;
    overflow: hidden;
    margin: 1.5%;
    float: left;
    font-size: 14px;
    width: 22%;
    height: 320px;
    -webkit-box-shadow: 5px 2px 6px hsla(0,0%,87.8%,.47843137254901963);
    box-shadow: 5px 2px 6px hsla(0,0%,87.8%,.47843137254901963);
    background-color: #fff
}
.lookDetail_P {
    font-size: 14px;
    line-height: 0;
    margin-top: 12px;
}

.lookDetail {
    height: 30px;
    width: 110px;
    border: 1px solid #e6e6e6;
    margin: 23px auto 0;
    border-radius: 25px;
    text-align:center;
}

    .lookDetail:hover {
      
        color: #fff
    }
