.Development_Process_Title .text-center .whotitle {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 3.12px;
  color: #9c9c9c;
  margin-bottom: 15px;
}

.Development_Process_Title .text-center .secsub-title {
  font-weight: 500;
  letter-spacing: 0px;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(46, 46, 48, 1) 35%,
    rgba(46, 46, 48, 1) 65%,
    rgba(0, 0, 0, 1) 100%
  );
}


@media (min-width: 0px) and (max-width: 768px) {
.Development_Process_Title .text-center .secsub-title {
  padding: 5px 10px;
}
}