.upper-intro {
  height: 70vh;
  padding: 100px;
  color: white;
}

.upper-intro img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 70vh;
  object-fit: cover;
  object-position: center;
  filter: blur(5px) brightness(50%);
}

.upper-intro p {
  width: 50%;
  font-size: large;
}