.showcase-tkp {
  padding: 80px 0;
  background: var(--primary);
  text-align: center;
}
.showcase-tkp h1 {
  font-size: 30px;
  line-height: 1.1;
  color: #fff;
  font-weight: 400;
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}
.showcase-tkp h1 small {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  display: block;
  margin-top: 20px;
  text-align: center;
}
