.health-heading-wrap-v3{
  max-width:640px;
  margin:0 auto 60px;
}
.health-service-col-v3{
  padding:35px;
}
.health-heading-cta-v3{
  margin-top:20px;
}
.health-img-v3{
  width:50px;
  min-height:50px;
}
.health-three-col-grid-v3{
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.health-col-desc-v3{
  margin-top:44px;
  margin-bottom:32px;
}
.three-col-v3 .health-cta-v3 a.cta_button{
  background:transparent;
  color:#143233;
  border:none;
  padding:0px 0px 5px;
  border-bottom:2px solid rgba(17, 103, 177, 0.22);
  border-radius:0px;
}
.three-col-v3 .health-cta-v3 a.cta_button:hover{
  background:transparent;
  color:#143233;
  border:none;
  padding:0px 0px 5px;
  border-bottom:2px solid #143233;
  border-radius:0px;
}


.three-col-v3 .display-none{
  display: none;
}
.three-col-v3 .health-heading-wrap-v3.heading-flex{
  max-width: 100%;
}
.three-col-v3 .health-heading-wrap-v3.heading-flex .health-heading-v3{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.three-col-v3 .health-heading-wrap-v3.heading-flex .health-heading-v3 p{
  line-height: 27px;
}
.three-col-v3 .health-heading-wrap-v3.heading-flex .health-heading-v3 h1,
.three-col-v3 .health-heading-wrap-v3.heading-flex .health-heading-v3 h2,
.three-col-v3 .health-heading-wrap-v3.heading-flex .health-heading-v3 h3,
.three-col-v3 .health-heading-wrap-v3.heading-flex .health-heading-v3 h4,
.three-col-v3 .health-heading-wrap-v3.heading-flex .health-heading-v3 h5,
.three-col-v3 .health-heading-wrap-v3.heading-flex .health-heading-v3 h6,
.three-col-v3 .health-heading-wrap-v3.heading-flex .health-heading-v3 p{
  flex-basis: 41.6%;
  text-align: left;
}
.health-three-col-grid-v3.border-card h5,
.three-col-v3 .health-three-col-grid-v3.border-card .health-service-col-v3{
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}





@media(max-width:991px){
  .health-heading-v3 h2{
    font-size:40px;
  }
  .health-three-col-grid-v3{
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media(max-width:767px){
  /*   .health-heading-v3 h2{
  font-size:34px;
} */
  .health-three-col-grid-v3{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media(max-width:767px){
  .health-heading-v3 h2{
    font-size:28px;
  }
  .three-col-v3 .health-heading-wrap-v3.heading-flex .health-heading-v3 h2{
    font-size: 31px;
  }
  .three-col-v3 .health-heading-wrap-v3.heading-flex .health-heading-v3 h1,
  .three-col-v3 .health-heading-wrap-v3.heading-flex .health-heading-v3 h2,
  .three-col-v3 .health-heading-wrap-v3.heading-flex .health-heading-v3 h3,
  .three-col-v3 .health-heading-wrap-v3.heading-flex .health-heading-v3 h4,
  .three-col-v3 .health-heading-wrap-v3.heading-flex .health-heading-v3 h5,
  .three-col-v3 .health-heading-wrap-v3.heading-flex .health-heading-v3 h6,
  .three-col-v3 .health-heading-wrap-v3.heading-flex .health-heading-v3 p{
    flex-basis: 100%;
  }
  .three-col-v3 .health-heading-wrap-v3.heading-flex .health-heading-v3 h2{
    margin-bottom: 22px;
  }
  .three-col-v3 .health-heading-wrap-v3.heading-flex .health-heading-v3 h6,
  .three-col-v3 .health-heading-wrap-v3.heading-flex .health-heading-v3 p{
    margin-bottom: 15px;
  }
  .health-heading-wrap-v3.heading-flex {
    margin: 0 auto 55px;
  }
}
@media all and (max-width: 991px){
  .health-three-col-grid-v3.border-card{
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 575px){
  .health-three-col-grid-v3.border-card{
    grid-template-columns: 1fr;
  }
}