
.policy .service .const{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.policy .service .const .we{
    /* width: 20%; */
    margin: 25px;
    display: flex;
    align-items: center;
}
.policy .service .const .we .hei{
    height: 80px;
    width: 80px;
    border-radius: 25px 25px;
    /* background-color: #f7f6f2; */
    display: flex;
    align-items: center;
    justify-content: center;
  
}
.policy .service .const .we .desk{
    padding-left: 15px;
}
.policy .service .const .we .desk h4{
    /* width: 158px; */
    color: #535353;
    font-size: 18px;
    font-weight: 700;
    font-family: "Merriweather", serif;
    /* padding: 10px 0px; */
}
.policy .service .const .we .desk  p{
    font-size: 17px;
    color: rgb(110, 105, 105);
}