.pg-payment-main-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}
.pg-payment-main-container p {
  text-align: center;
  line-height: 1.5;
  font-size: 36px;
  color: #233d63;
}
.pg-main-imagediv {
  margin-top: 20px;
  width: 552px;
  height: 196px;
}
.pg-main-imagediv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .pg-payment-main-container {
    margin-top: 50px;
  }
  .pg-main-imagediv {
    margin-top: 20px;
    width: 80%;
    height: auto;
  }
  .pg-main-imagediv img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: center;
  }
}
