.Landing_landing__section___ht5G {
  height: 75vh;
  display: grid;
  grid-template-columns: 40% 60%;
  grid-gap: 4rem;
  gap: 4rem;
  place-items: center;
  margin: 0 auto;
}
.Landing_landing_img__sK4XY {
  width: 90%;
  height: 90%;
}
.Landing_landing_img__sK4XY > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 990px) {
  .Landing_landing__section___ht5G {
    grid-template-columns: 1fr;
    height: 100vh;
  }
}
.ScrollToTop_scrollUp__KSlKM {
  text-align: center;
  height: 3rem;
  width: 3rem;
  bottom: 4rem;
  cursor: pointer;
  position: fixed;
  right: 2rem;
  z-index: 999;
  border-radius: 50%;
  font-size: 2rem;
  background-image: linear-gradient(
    to right top,
    #009300,
    #017f02,
    #026b03,
    #035804,
    #034503
  );
}
.ScrollToTop_scrollUp__KSlKM a {
  color: var(--color-white);
}
