.techboi-text-copy {
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
  padding: 150px 0;
  text-align: center;
}

.techboi-text-copy-supertitle {
  color: var(--color-brand);
}

.techboi-text-copy-title {
  max-width: 800px;
  margin: auto;
}

.techboi-text-copy-text {
  max-width: 600px;
  margin: auto;
}