.pg-pricing-main-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}
.pg-pricing-title-div {
  max-width: 75%;
}
.pg-pricing-title-div p {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  color: #233d63;
}
.pg-pricing-title-div p:first-child {
  font-size: 36px;
  color: #233d63;
}
.pg-pricing-title-div p:first-child b {
  font-size: 40px;
}

.pg-pricing-content-container {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 40px;
}
.pg-pricing-price-container {
  width: 25%;
  background-color: #fafafb;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 4px solid rgb(224, 221, 221);
  border-radius: 20px;
  box-shadow: 0 10px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}
.pg-pricing-price-title {
  background-color: #e0f4f6;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.pg-pricing-price-title p {
  font-size: 20px;
  font-weight: 500;
  color: #473d63;
}
.pg-pricing-price {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.pg-pricing-price p {
  font-size: 18px;
  text-align: center;
  color: gray;
  line-height: 1.5;
}
.pg-pricing-price p:first-child {
  font-size: 30px;
  font-weight: 700;
  color: #473d63;
}
.pg-pricing-services {
  width: 100%;
  padding-left: 40px;
  margin-top: 20px;
}
.pg-pricing-service,
.pg-pricing-noservice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
}
.pg-pricing-service i {
  color: #67e5a0;
}
.pg-pricing-service p,
.pg-pricing-noservice p {
  font-size: 16px;
  color: gray;
}
.pg-pricing-noservice i {
  color: #ff8c8c;
}
.pg-pricing-buybtn {
  margin-top: 20px;
  border: none;
  background-color: #fecb2f;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 30px;
  color: #473d63;
}
.pg-pricing-refund {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 20px 0px;
}
.pg-pricing-refund i {
  font-size: 18px;
  color: #473d63;
}
.pg-pricing-refund p {
  font-size: 18px;
  color: gray;
}
.pg-pricing-graphics {
  height: 10px;
  width: 200px;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  border-left: 4px solid rgb(224, 221, 221);
  border-bottom: 4px solid rgb(224, 221, 221);
  border-right: 4px solid rgb(224, 221, 221);
  position: absolute;
  top: -0.7%;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 767px) {
  .pg-pricing-main-container {
    width: 100%;
    padding: 0;
    padding-top: 100px;
    overflow-x: hidden;
  }
  .pg-pricing-title-div {
    max-width: 90%;
  }
  .pg-pricing-title-div p {
    font-size: 16px;
  }
  .pg-pricing-title-div p:first-child {
    font-size: 24px;
    color: #233d63;
  }
  .pg-pricing-title-div p:first-child b {
    font-size: 30px;
  }
  .pg-pricing-content-container {
    gap: 40px;
  }
  .pg-pricing-price-container {
    width: 90%;
  }
}
