.sectionProject2 .case-list {
  margin-top: 1.5rem;
}

.sectionProject2 .data-pictureUrl {
  height: 12.5rem;
  width: 16.25rem;
  overflow: hidden;
}
.sectionProject2 .info {
  display: flex;
  width: 16.25rem;
  padding: 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  flex: 1 0 0;
  background: #fff;
  transform: translateY(-1rem);
}
.sectionProject2 .data-title {
  width: 15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}

.sectionProject2-btnList-Row {
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.sectionProject2-btnList-Row .more-btn {
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.25rem;
}