.latest-projects-block {
  text-align: center;
  margin-bottom: 42px;
}

.latest-projects-block .block-title {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.33;
  margin-bottom: 42px;
}

.projects-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.project-item {
  width: 400px;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  text-align: left;
}

.project-img {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.project-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  display: block;
  margin: 0px 0px 20px 0px;
  text-align: center;
}

.project-desc {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  max-width: 100%;
  text-align: center;
}

.project-date {
  margin-top: 8px;
  color: grey;
  font-weight: 300;
}
