.pp {
  margin-top: 6rem;
}
@media screen and (max-width: 599px) {
  .pp {
    margin-top: 12rem;
  }
}
.pp-head {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  color: #101253;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .pp-head {
    font-size: clamp(24px, 4.8rem, 48px);
  }
}
.pp-text {
  margin-top: 4em;
}
.pp-text p {
  color: #101253;
}
.pp-text h3 {
  margin-top: 2em;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #101253;
  margin-bottom: 0.5em;
  position: relative;
}
@media screen and (max-width: 599px) {
  .pp-text h3 {
    font-size: clamp(19px, 3.8rem, 38px);
    line-height: 1.5;
  }
}
.pp-text h3::before {
  margin-right: 2rem;
  content: "";
  display: block;
  width: 2rem;
  height: 0.4rem;
  background-color: #0cc4ed;
}
@media screen and (max-width: 599px) {
  .pp-text h3::before {
    margin-right: 2.5rem;
    width: 3rem;
    height: 0.8rem;
  }
}
/*# sourceMappingURL=pp.css.map */