.parts3__contInner {
  display: flex;
  justify-content: space-between;
}

.cont-parts3 .parts3__contWrap {
  padding-top: 30px;
}
.parts3__contWrap .parts3__contTtl {
  margin-bottom: 36px;
}

.parts3__item {
  width: 280px;
}

.parts3__img {
  width: 280px;
  height: 210px;
  margin-bottom: 6px;
}

.parts3__ttl {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-align: center;
}

.parts3__text {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}