.not-find-service__item:not(:last-child) {
  margin-bottom: 32px;
}
.not-find-service__description {
  color: #4c4c4c;
}
.not-find-service__item p {
  text-align: center;
}
.not-find-service__item .error-text {
  color: #d62a05;
}
.not-find-service__item .code-example-title {
  text-align: start;
  margin-bottom: 8px;
}

.not-find-service__item .code-example-input:nth-child(n + 3) {
  margin-top: 24px;
}
.not-find-service__item .code-example-input {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}
.not-find-service__item .code-example-input .secondary-btn {
  font-size: 16px;
  width: 60px;
  padding: 12px 16px;
}
