@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: 280px;
  }

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

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

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

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

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