.fade-text {
  width: 80vw;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.fadekw {
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.text:nth-child(2) {
  left: 50%;
}

.text:nth-child(3) {
  right: 0;
}

