.topic-title-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 8px;
  padding: 0.5rem 1rem;

  .topic-title-text--title {
    color: var(--blue);
    text-align: center;
    font-family: var(--font-family-poppins);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
  }

  .topic-title-text--text p {
    color: var(--grey);
    text-align: center;
    font-family: var(--font-family-poppins);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }
}

.page-commitments-quality {
  .topic-title-text {
    margin-top: 2rem;
    align-items: center;
  }
}

.page-lactose {
  .topic-title-text {
    margin-top: 3rem;
    max-width: 80.375rem;
    width: 100%;
    gap: 1rem;
    .topic-title-text--title {
      color: var(--grey);
      font-weight: 700;
      span {
        color: var(--blue);
      }
    }
    .topic-title-text--text p {
      text-align: left;
      font-weight: 500;
      strong {
        font-weight: inherit;
        color: var(--blue);
      }
    }

    strong {
      color: var(--blue);
    }
  }
}

.page-sustentabilidade {
  .topic-title-text {
    padding: 2.5rem 1rem 1rem;
    gap: 1rem;

    .topic-title-text--title {
      text-align: left;
      color: var(--grey);
      font-size: 2rem;
      line-height: normal;

      strong {
        font-weight: 600;
        color: var(--blue);
      }
    }

    .topic-title-text--text p {
      text-align: justify;
      line-height: normal;

      strong {
        font-weight: 600;
        color: var(--blue);
      }
    }
  }
}

@media (min-width: 64rem) {
  .topic-title-text {
    max-width: 75rem;
    margin: 0 auto;
    align-items: center;

    .topic-title-text--title {
      font-size: 3.75rem;
      font-weight: 700;
      line-height: 4.375rem;
    }

    .topic-title-text--text p {
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 400;
      line-height: 2.5rem;
    }
  }

  .page-commitments-quality {
    .topic-title-text {
      margin-top: 4rem;
      gap: 1rem;
    }
  }

  .page-sustentabilidade {
    .topic-title-text {
      padding: 4.5rem 0;

      .topic-title-text--title {
        font-size: 2rem;
        text-align: center;
        font-size: 3.75rem;
        font-weight: 700;
        line-height: 4.375rem;

        strong {
          color: var(--blue);
        }
      }

      .topic-title-text--text p {
        text-align: center;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 2.5rem;

        strong {
          color: var(--grey);
          font-weight: 400;
        }
      }
    }
  }

  .page-lactose {
    .topic-title-text {
      gap: 1rem;
      padding: 0;
      .topic-title-text--text p {
        text-align: center;
      }
    }
  }
}
