body {
  margin: 0;
  line-height: normal;
  width: 100%;
  min-height: 100vh;
  color: var(--color-white);
  font-family: var(--font-space-mono);
}
.column {
  float: left;
  height: 100vh;
}

.left {
  width: 50%;
  display: flex;
  background: radial-gradient(at bottom right, rgba(147,221,94,1) 0%, rgba(255,255,255,1) 65%);

}

.right {
  width: 50%;
  background-image: url("public/advanto.png");
  background-size: cover !important;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
}

.left-container {
  position: relative;
  margin-left: 130px;
  margin-top: 100px;
  margin-right: 130px;
  margin-bottom: 100px;

}

.group-icon {
  width: 100%;
  height: auto;
  max-width: 320px;
}

.normal-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 21px;
  text-align: left;
  color: #333333;
}

.bold-text {
  font-weight: 700;
}

.launchingDiv {
  left: 0px;
  position: absolute;
  bottom: 0px;
  width: auto;
  height: auto;
}

.launchingText {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 0) and (max-width: 900px) {
  body {
    height: 100vh;
  }
  .right {
    display: none;
  }
  .left {
    width: 100%;
  }
  .left-container {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (max-width: 1100px) {
  .column {
    width: 100%;
  }
}



@media (max-width: 455px) {
  .left-container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
