.wrapper {
  padding-bottom: 25px;
	min-height: calc(100vh - 125px - 265px);
}

.left {
  flex: 1 !important;
  margin-right: unset !important;
  padding: 30px 30px;
  box-sizing: border-box;
  background-color: #fff;
}

.project-name {
  color: var(--main-color);
  margin: 0 0 15px;
  line-height: 1.31;
  font-size: 30px;
}

.project-content {
  margin-top: 20px;
  width: 1140px;
  overflow: hidden;
}

.project-content p {
  line-height: 1.8;
  margin-bottom: 10px;
}

.project-content img {
  width: 100%;
}

.title-bar {
  margin-bottom: 8px;
}

.title-bar .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #222;
}
