.banner_next .service .const{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.banner_next .service .const .we{
    /* width: 20%; */
    margin: 16px;
    display: flex;
    align-items: center;
}
.banner_next .service .const .we .hei{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #f7f6f2;
    display: flex;
    align-items: center;
    justify-content: center;
  
}
.banner_next .service .const .we h4{
    width: 158px;
    color: #535353;
    font-size: 18px;
    font-weight: 700;
    font-family: "Merriweather", serif;
    padding-left: 15px;
}