.elementor-1154 .elementor-element.elementor-element-6daa043{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-56dd642 */.product-health-section{
  padding:70px 20px;
  background:#ffffff;
  font-family:'Sansita Swashed', cursive;
}

.product-health-section .container{
  max-width:1150px;
  margin:auto;
}
.subtitle{
  text-align:center;
  max-width:900px;
  margin:0 auto 30px auto;
  font-family:'Sansita Swashed', cursive;
  font-weight:400;
  color:#000;
}

.ph-title{
  text-align:center;
  color:#195E1F;
  font-size:34px;
  margin-bottom:40px;
}

.ph-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
}

.ph-card{
  background:#ffffff;
  text-align:center;
  padding:25px;
  border-radius:18px;
  box-shadow:0 10px 28px rgba(0,0,0,0.12);
  transition:.3s;
}

.ph-card:hover{
  transform:translateY(-6px);
  box-shadow:0 15px 40px rgba(0,0,0,0.18);
}

.ph-card img{
  width:80px;
  height:80px;
  margin-bottom:12px;
}

.ph-card h4{
  font-size:18px;
  margin-bottom:6px;
  color:#195E1F;
}

.ph-card p{
  color:#000;
  font-size:14px;
  line-height:1.5;
}

/* Responsive */
@media(max-width:991px){
  .ph-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .ph-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */