.content {
  display: flex;
  align-items: center;
}

.content .work-box {
  display: flex;
  flex-wrap: wrap;
  width: 460px;
}

.content .work-box .box {
  width: 180px;
  height: 220px;
  border-radius: 12px;
  margin-right: 48px;
  margin-top: 48px;
  background-color: #e8eafe;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.content .work-box .box .title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 16px;
}

.content .work-box .box .desc {
  font-size: 12px;
  color: #8688f2;
  margin-top: 16px;
}

.content .work-box .box img {
  width: 120px;
}

.content .work-box > :nth-child(1) {
  cursor: pointer;
}
