.pg-slider-main-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}
.pg-slider-titlediv {
  max-width: 75%;
}
.pg-slider-titlediv p {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  color: #233d63;
}
.pg-slider-titlediv p:first-child {
  font-size: 36px;
  color: #233d63;
}
.pg-slider-titlediv p:first-child b {
  font-size: 40px;
}
.interfaceSwiper {
  width: 100%;
  height: 100%;
  margin-top: 40px;
}
.interfaceSwiper .swiper-slide {
  background: transparent;
}
.pg-slider-imagediv {
  width: 240px;
  height: 390px;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
