.text-type {
  display: inline-block;
  white-space: pre-wrap;
  text-align: left;
}

.text-type__content {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #fff;
}

.text-type__cursor {
  margin-left: 0.25rem;
  display: inline-block;
  opacity: 1;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 800;
  color: #fff;
}

.text-type__cursor--hidden {
  display: none;
}

.text-type-business {
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: 2px;
  line-height: 1.1;
  display: block;
  margin-top: 5px;
}

.text-type-solutions {
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  letter-spacing: 2px;
  line-height: 1.1;
  display: block;
}
