.page-example-herosection-container {
  width: 100%;
  padding-top: 100px;
  position: relative;
  height: 50vh;
}
.page-example-herosection-container h1 {
  color: #233d63;
  font-size: 40px;
  margin-top: 100px;
  margin-left: 60px;
}
.page-example-herosection-image {
  top: 0;
  left: 0;
  position: fixed;
  height: 400px;
  width: 100%;
  z-index: -100;
}
.page-example-herosection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pg-page-example-herosection-overlay {
  width: 100%;
  height: 400px;
  position: fixed;
  top: 0;
  left: 0;
  background-image: radial-gradient(
    circle farthest-corner at 10% 20%,
    rgba(243, 242, 242, 1) 3.4%,
    rgba(255, 255, 255, 0.2) 48.1%,
    rgba(243, 243, 243, 0.98) 90%
  );
  z-index: -50;
}
@media (max-width: 767px) {
  .page-example-herosection-container {
    height: auto;
    width: 100%;
  }
  .page-example-herosection-image {
    top: 0;
    left: 0;
    position: fixed;
    height: 400px;
    width: 100%;
    z-index: -100;
  }
  .page-example-herosection-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .page-example-herosection-container h1 {
    color: #233d63;
    font-size: 24px;
    margin-top: 30px;
    margin-left: 20px;
    padding-bottom: 20px;
  }
  .pg-page-example-herosection-overlay {
    width: 100%;
    height: 200px;
    position: fixed;
    top: 0;
    left: 0;
    background-image: radial-gradient(
      circle farthest-corner at 10% 20%,
      rgba(243, 242, 242, 1) 3.4%,
      rgba(255, 255, 255, 0.2) 48.1%,
      rgba(243, 243, 243, 0.98) 90%
    );
    z-index: -50;
  }
}
