.left-side {
  padding: 0;
}

.left-content {
  padding: 20% 10%;
}

.button {
  width: 100%;
  margin-top: 20%;
  background: linear-gradient(47.41deg, #00c48c 9.02%, #7ddfc3 98.88%);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.12),
    0px 1px 3px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 5px;
}

.button2 {
  width: 100%;
  margin-top: 5%;
  background: linear-gradient(47.41deg, #00c48c 9.02%, #7ddfc3 98.88%);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.12),
    0px 1px 3px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 5px;
}

.button-text {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  font-family: Roboto;
  line-height: 36px;
  font-style: normal;
}

.right-side {
  padding: 0;
  position: relative;
}
.shadow {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.0001) 53.09%,
    rgba(0, 0, 0, 0.37276) 100%
  );
  height: 100vh;
  width: 100%;
  position: absolute;
}
