#projects {
  margin-top: 120px;
  padding: 30px;
}

.section--projects {
  max-width: 980px;
  margin: auto;
}

.section--projects h4 {
  text-align: center;
  font-size: 40px;
}

.section--projects-container {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.section--projects-container img {
  width: 300px;
  height: 200px;
  aspect-ratio: 1/2;
  border: 1px solid black;
}
