.about-us {
  width: 100%;
  height: 100%;
  padding: 0%;
  margin: 0%;
  overflow: hidden;
}

.about-us-banner {
  height: 974px;
  background: url('/v3/assest/image/img/rh_employes_bg_header.png');
  background-position: center;
  background-size: cover;
  position: relative;
}

.about-us-banner::before,
.about-us-banner::after {
  content: "";
  position: absolute;
}

.about-us-banner::before {
  background: linear-gradient(180deg, rgba(244, 254, 255, 0.8) 12.09%, rgba(244, 254, 255, 0) 68.43%);
  width: 100%;
  height: 380px;
  left: 0;
  top: 0;
}

.about-us-banner::after {
  background: linear-gradient(180deg, rgba(244, 254, 255, 0.9) 12.09%, rgba(244, 254, 255, 0) 68.43%);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 380px;
  transform: rotate(-180deg);

}

.about-us-banner-content {
  border-radius: 40px 40px 0px 0px;
  padding: 20px 40px;
  max-width: 800px;
  text-align: center;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 101;
}

.about-us-get-started {
  padding: 20px;
}

.about-us-get-started-box {
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.about-us-get-started-box a {
  width: 240px;
  margin: auto;
}

.about-us-section {
  padding-top: 48px;
}


@media screen and (max-width: 768px) {
  .about-us-banner {
    height: 455px;
  }

  .about-us-banner-content {
    bottom: -75px;
    margin-top: 70px;

  }

  .about-us-section {
    padding-top: 80px;
  }

  .about-us-banner::before {
    height: 200px;
  }

  .about-us-banner::after {
    height: 200px;
  }
}

@media screen and (max-width: 425px) {
  .about-us-get-started-box {
    border: none;
    padding: 0;
  }

  .about-us-get-started-box p {
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 10px;
  }

  .about-us-get-started-box a {
    width: 100%;
  }

  .about-us-banner {
    height: 283px;
  }

  .about-us-banner-content {
    bottom: 0px;
    margin-top: 70px;

  }

  .about-us-section {
    padding-top: 48px;
  }
}