.parts {
  margin-top: 20px;
  padding: 0 200px;
}
.parts-title {
  height: 150px;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
}
.parts h4 {
  font-weight: bold;
}
.parts h5 {
  font-weight: bold;
}
.parts p {
  text-indent: 2em;
}
.parts-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
