.page_9_text_section {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 25px;
  margin: 20px 0;
}

.page_9_text_section h3 {
  font-size: 32px;
  color: var(--color-black);
  font-weight: 700;
  font-family: var(--Faustina-font);
}

.page_9_text_section p {
  font-size: 20px;
  color: var(--color-black);
  font-weight: 300;
  font-family: var(--Fredoka-font);
}

.page_9_text_section button {
  background-color: var(--color-blue);
  color: white;
  padding: 10px 20px;
  border: none;
  font-weight: 400;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  letter-spacing: 4px;
}
