.texting-page__content {
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.texting-page__content h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #4d525a;
  margin-top: 20px;
}
.texting-page__content p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #898d90;
}
.texting-page__content a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-decoration-line: underline;
  color: #0d499c;
}
.texting-page__content ul {
  display: flex;
  flex-flow: column;
  gap: 4px;
  margin: 0;
  list-style-position: inside;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #898d90;
}

@media (max-width: 1024px) {
  .texting-page__content {
    gap: 16px;
  }
  .texting-page__content p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #898D90;
  }
  .texting-page__content h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #4D525A;
    margin-top: 16px;
  }
  .texting-page__content a {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-decoration-line: underline;
    color: #0D499C;
  }
  .texting-page__content ul {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #898D90;
  }
}/*# sourceMappingURL=text.css.map */