.slide {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.slide .div {
  background-color: #ffffff;
  width: 1920px;
  height: 1080px;
  position: relative;
}

.slide .logo {
  position: absolute;
  width: 800px;
  height: 800px;
  top: 140px;
  left: 560px;
  object-fit: cover;
}

.slide .text-wrapper {
  position: absolute;
  top: 999px;
  left: 872px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}
