.subheader_vermelho_fundo_branco .field__item {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: var(--bs-h1-font-size);
  font-weight: 700;
  max-width: none;
	color: var(--bs-primary);
  background-color: var(--bs-white);
  border-radius: 0;
  padding: 25px;
}

.subheader_vermelho_fundo_branco {
	width: 100%;
}