.text-page {
  padding: 1.875rem 0 5rem;
}
.text-page p {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .text-page {
    padding: 1.25rem 0 3.125rem;
  }
}
.text-page .title {
  margin-bottom: 1.875rem;
  font-size: 2rem;
  font-family: "Courier-New-Bold";
  color: var(--Black, var(--Noir, #000));
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768.98px) {
  .text-page .title {
    font-size: 1.375rem;
    margin-bottom: 0.9375rem;
    text-align: center;
  }
}
.text-page .text-page-container p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
}
.text-page .text-page-container h2 {
  margin: 0;
  font-size: 1.125rem;
  color: #000;
}