.Well-being-health-calls-section .health-container {
    display: flex;
   
}
.Well-being-health-calls-section{
    max-width:630px;
    margin:0 auto;
}
.Well-being-health-calls-section .health-container h1{
      color: #669900;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 8px 0;
    padding: 0;
    line-height: 22px;
}
.Well-being-health-calls-section .health-container .Well-Being-left{
    width:78%;
}
.Well-being-health-calls-section .health-container .well-being-right-content {
    width: 22%;
}

.well-being-health-box ul{
  margin:0;
  padding:0;
}
.well-being-health-box ul li:before{
  content:'';
  display:none;
  
}
.well-being-health-box ul li{
  padding: 0 0 6px 0;
}
