.ptitle {
  font-size: 16px;
  font-weight: bold;
  margin-left: 20px;
  position: relative;
  margin-bottom: 50px;
}
.ptitle::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -20px;
  width: 4px;
  height: 24px;
  transform: translateY(-50%);
  background-color: #CD3945;
}

.ptext {
  font-size: 14px;
  margin-bottom: 50px;
}
.ptext.mb30 {
  margin-bottom: 40px;
}