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

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

.slide .group {
  position: absolute;
  width: 389px;
  height: 78px;
  top: 0;
  left: 767px;
}

.slide .overlap-group {
  position: relative;
  width: 385px;
  height: 78px;
}

.slide .text-wrapper {
  position: absolute;
  top: 0;
  left: 16px;
  font-family: "Instrument Sans", Helvetica;
  font-weight: 400;
  color: #cdd6f4;
  font-size: 64px;
  letter-spacing: 3.20px;
  line-height: normal;
}

.slide .text-wrapper-2 {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Instrument Sans", Helvetica;
  font-weight: 400;
  color: #cdd6f41a;
  font-size: 64px;
  letter-spacing: 6.40px;
  line-height: normal;
}

.slide .overlap {
  position: absolute;
  width: 1872px;
  height: 952px;
  top: 103px;
  left: 25px;
}

.slide .rectangle {
  position: absolute;
  width: 1870px;
  height: 952px;
  top: 0;
  left: 0;
  background-color: #181825;
  border-radius: 10px;
}

.slide .overlap-wrapper {
  position: absolute;
  width: 526px;
  height: 80px;
  top: 872px;
  left: 1346px;
}

.slide .div-wrapper {
  position: relative;
  width: 524px;
  height: 80px;
  background-image: url(https://c.animaapp.com/Twt5FsnH/img/union.svg);
  background-size: 100% 100%;
}

.slide .text-wrapper-3 {
  position: absolute;
  height: 60px;
  top: 10px;
  left: 10px;
  font-family: "Italianno", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.slide .image {
  position: absolute;
  width: 200px;
  height: 59px;
  top: 19px;
  left: 25px;
  object-fit: cover;
}
/* Original CSS code should be injected here */

.slide {
  background-color: #1e1e2e;
  display: flex;
  justify-content: center;
  min-height: 100vh;
}

.content {
  background-color: #1e1e2e;
  width: 100%;
  max-width: 1920px;
  height: 1080px;
  position: relative;
}

.header {
  position: absolute;
  width: 389px;
  height: 78px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.title {
  position: relative;
  width: 385px;
  height: 78px;
}

.title-text {
  position: absolute;
  top: 0;
  left: 16px;
  font-family: "Instrument Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #cdd6f4;
  font-size: 64px;
  letter-spacing: 3.20px;
}

.title-shadow {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Instrument Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #cdd6f41a;
  font-size: 64px;
  letter-spacing: 6.40px;
}

.main-content {
  position: absolute;
  width: 97.5%;
  height: 88.15%;
  top: 103px;
  left: 25px;
}

.background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #181825;
  border-radius: 10px;
}

.quote {
  position: absolute;
  width: 526px;
  height: 80px;
  bottom: 0;
  right: 0;
  margin: 0;
}

.quote-text {
  position: relative;
  width: 524px;
  height: 80px;
  background-image: url(https://c.animaapp.com/Twt5FsnH/img/union.svg);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-family: "Italianno", cursive;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
}

.logo {
  position: absolute;
  width: 200px;
  height: 59px;
  top: 19px;
  left: 25px;
  object-fit: cover;
}

@media (max-width: 1920px) {
  .content {
    height: auto;
    min-height: 100vh;
  }

  .main-content {
    position: relative;
    top: 103px;
    left: 2.5%;
    width: 95%;
    height: calc(100vh - 103px - 25px);
    margin-bottom: 25px;
  }

  .quote {
    position: absolute;
    bottom: 25px;
    right: 25px;
  }
}