.common_hero_banner_area {
  min-height: 720px;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  background-image: linear-gradient(
    40deg,
    rgb(42, 110, 238) 0%,
    rgb(28, 181, 77) 100%
  );
  overflow: hidden;
}

.common_banner_content h2 {
  font-size: 50px;
  line-height: 66px;
  font-weight: 700;
  color: #fff;
}

.common_shape_banners .img1 {
  position: absolute !important;
  right: 0;
  top: 0;
}
.common_shape_banners .img2 {
  bottom: -280px;
  position: absolute;
}

.common_hero_banner_area svg {
  position: absolute;
  top: 400px;
  height: 350px;
  width: 100%;
  left: 0;
}


