.projects-section {
  padding: 60px 56px;
  background-color: #ffffff;
  max-width: 1440px;
  margin: 0 auto;
}

.projects-header {
  text-align: center;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 100%;
}

.project-card {
  position: relative;
  max-width: 462px;
  aspect-ratio: 1.18;
}

.project-image {
  width: 100%;
  height: 340px;
  object-fit: fill;
}