/* Estilo automático para o tipo de post: post */
.hero {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 0;
  @media (max-width: 768px) {
    margin-bottom: 16px;
  }
  
}
h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
}
.the-content {
  margin-bottom: 56px;
  @media (max-width: 768px) {
    margin-bottom: 32px;
  }
  p {
    margin-bottom: 16px;
    color: var(--cinza);
  }
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 16px;
    color: var(--titulos);
  }
  h2 {
    font-size: 32px;
    font-weight: 500;
  }
  h3 {
    font-size: 24px;
    font-weight: 500;
  }
  h4 {
    font-size: 20px;
    font-weight: 500;
  }
  h5 {
    font-size: 18px;
    font-weight: 500;
  }
  h6 {
    font-size: 16px;
    font-weight: 500;
  }
}
