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

@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);
  }
  
  .awareness_image_mobile {
    width: 210px;
  }

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

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

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

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

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

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

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