body {
  /* font-family: 'Play', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #D9DEE8;
  line-height: 1.5;
}

p {
  margin: 0.5em 0;
}

.left-column {
  max-width: 630px;
}

.left-column .title  {
  z-index: 1;
  padding: 50px;
  color: white;
  font-size: 46px;
  letter-spacing: 0.05em;
  margin: 0;
}

.left-column .image {
  object-fit: contain;
  object-position: 50% 50%;
  z-index: 1;
  width: 85%;
  left: 50%;
  bottom: 0;
  max-height: 70%;
  transform: translateX(-50%);
}

.left-column .background-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.right-column .background {
  z-index: -1;
}
.right-column .background .item-1,
.right-column .background .item-2,
.right-column .background .item-3 {
  object-fit: contain;
  position: absolute;
}

.right-column .background img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.right-column .background .item-1 { width: 300px; bottom: 0px; left: 50px; }
.right-column .background .item-2 { width: 200px; top: 0px; left: -40px; }
.right-column .background .item-3 { width: 200px; top: 30%; right: 0px; }

.bottom {
  display: block;
  font-size: 12px;
  padding: 20px 0;
  text-align: center;
}

.link-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.link {
  padding: 0 4px;
}

.link img {
    height: 24px;
}


@media screen and (orientation: portrait) and (max-width: 1020px) {
  .main {
    flex-direction: column;
  }
  .left-column {
    width: 100%;
    max-width: 100%;
    max-height: 40%;
  }
  .left-column .title {
    text-align: center;
    width: 100%;
    padding: 30px 0;
    font-size: 5vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 500px) {
  body {
    background: transparent;
  }
  .right-column .background {
    display: none;
  }
  .right-column .form {
    box-shadow: none;
    width: 85%;
    padding: 0;
  }
}

@media screen and (orientation: landscape) and (max-height: 700px) {
  body {
    background: transparent;
  }
  .left-column {
    display: none;
  }
  .right-column .form {
    box-shadow: none;
    width: 85%;
    padding: 0;
  }
}
