.project-header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 60px;
}
img {
  border-radius: 16px;

  margin: 32px 0;
  max-width: 100%;
  /* max-height: 100px; */
}



section p {
  padding-bottom: 18px;
}
section h2,
section h3,
section h4,
section h5,
section h6 {
  padding: 32px 0;
}
