.health-banner-section {
  align-items: flex-start !important;
}

@media (min-width: 1440px) {
  .row-child-w-654 > .section-content > .row > div {
      max-width: 654px;
      padding-left: 0px;
      padding-right: 0px;
  }

  .row-child-w-655 > .section-content > .row > div {
      max-width: 655px;
      padding-left: 0px;
      padding-right: 0px;
  }

  .row-child-w-654 > .section-content > .row,
  .row-child-w-655 > .section-content > .row {
      justify-content: space-evenly;
  }

  .row-child-w-654 > .section-content > .row:after,
  .row-child-w-655 > .section-content > .row:after {
      display: none;
  }
}
@media only screen and (max-width: 951px) {
	.healthcare-icon-box-row {
		flex-direction: column;
	}
	.healthcare-icon-box-row > .col {
		flex-basis: 100%;
		max-width: inherit;
	}
}