@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);
  }

  .benefit_content_box_left {
    width: 80% !important;
    padding-left: 10px;
  }
}

@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);
  }
}