.paragraph--type--texto-formatado {
  font-family: "Poppins Regular", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333333;
  margin-bottom: 2rem; }
  .paragraph--type--texto-formatado h3 {
    margin-bottom: 1rem; }
  .paragraph--type--texto-formatado .page-not-found {
    height: 60vh;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 2rem; }
    .paragraph--type--texto-formatado .page-not-found .title {
      font-family: "Poppins Bold", sans-serif;
      font-size: 3rem; }
