
ul{
	list-style: none !important;
}
.service_ul{
    margin: 55px 0 0;
    display: -webkit-flex;
    display: flex;
     flex-wrap: wrap;
     -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.service_li{
	text-align: center;
    width: 20%;
    padding: 5px 25px;
    box-sizing: border-box;
    cursor: pointer;
}
.service_one img{
	width: 12rem;
/*    height: 12rem;*/
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 2px 2px 5px #b5b5b5;
    object-fit: contain;
    transition: all 0.6s;
    display: block;
}
.service_ul h5{
	font-size: 22px;
    line-height: 1;
    color: #2e2e2e;
    margin: 20px 0 10px;
}
.service_button{
	display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.service_button span{
	width: max-content;
    background: #4e8718;
    padding: 0 10px;
    margin: 4px 5px;
    border-radius: 6px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 27px;
}
.service_button span a{
	color: inherit;
    text-decoration: none !important;
}
.service_button span a:hover{
	color: #484848;
}
.iconfont{
	font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 992px){
    .service_ul{
        margin: 40px 0 0;
        border-left: none;
    }
    .service_li{
        width: 50%;
        padding: 20px 15px;
    }


}

@media screen and (max-width: 600px){
    .service_li{
        width: 50%;
        padding: 20px 10px;
    }

}