.pg-page-shop-herosection-main-conatainer {
  background-image: radial-gradient(
    circle farthest-corner at 10% 20%,
    rgba(194, 187, 187, 1) 0%,
    rgba(244, 242, 242, 1) 51.2%,
    rgba(187, 187, 187, 1) 100.2%
  );
  width: 100%;
  height: 80vh;
  padding-top: 100px;
  display: flex;
}
.pg-page-shop-herosection-left-container {
  width: 50%;
  position: relative;
}
.pg-shopherosection-textdiv {
  width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pg-shopherosection-textdiv h1 {
  font-size: 40px;
  color: #233d63;
}
.pg-shopherosection-textdiv p {
  margin-top: 15px;
  font-size: 18px;
  color: #52637c;
}
.pg-shopherosection-textdiv button {
  margin-top: 20px;
  border: none;
  background-color: #233d63;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}
.pg-shopherosection-textdiv button:hover {
  background-color: #2e5083;
}
.pg-page-shop-herosection-right-container {
  width: 50%;
  position: relative;
}
.pg-shop-herosection-imagediv {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-20%, -50%);
  height: 500px;
  width: 400px;
}
.pg-shop-herosection-imagediv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .pg-page-shop-herosection-main-conatainer {
    width: 100vw;
    height: 400px;
  }
  .pg-page-shop-herosection-left-container {
    width: 100%;
  }
  .pg-page-shop-herosection-right-container {
    display: none;
  }
  .pg-shopherosection-textdiv {
    width: 350px;
    position: absolute;
    left: 50%;
    top: 40%;
    text-align: center;
    /* transform: translate(-50%, -50%); */
  }
  .pg-shopherosection-textdiv h1 {
    font-size: 25px;
    color: #233d63;
  }
  .pg-shopherosection-textdiv p {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.5;
    color: #52637c;
  }
  .pg-shopherosection-textdiv button {
    margin-top: 30px;
    border: none;
    background-color: #233d63;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
  }
}
