.hero_heading_healthcare {
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .hero_heading {
    font-size: 45px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 850px) {
  .hero_heading {
    font-size: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .benefit_header_blue_icon_executive {
    left: calc(50% - 230px);
  }

  .benefit_header_green_icon_executive {
    right: calc(50% - 230px);
  }

  .hero_heading {
    font-size: 32px;
    line-height: 38.73px;
  }
}

@media only screen and (max-width: 480px) {
  .benefit_header_blue_icon_executive {
    left: calc(50% - 160px);
  }

  .benefit_header_green_icon_executive {
    right: calc(50% - 160px);
  }
  .break::before {
    content: "\a";
    white-space: pre;
  }
}