main {
  min-height: 230vh;
}
.root {
  position: relative;
  background: var(--bg-color-white);
  height: 100%;
}
#section1 {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 100vh;
  padding: 1rem;
}
#section1 img {
  height: auto;
  max-height: 60rem;
  width: 65%;
  margin-left: 4rem;
}
#section1 .container {
  color: var(--dark-text-color);
  background: #d8d4c9;
  position: absolute;
  right: 5vw;
  height: 90%;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
#section1 .container h1 {
  width: 80%;
}
#section1 .container p {
  width: 80%;
  line-height: 1.7;
  font-size: 1.4vw;
}
#section1 .container p a {
  color: var(--dark-text-color);
}
#section2 {
  width: 100%;
  min-height: 60vh;
  display: grid;
  place-items: center;
  color: var(--dark-text-color);
}

@media screen and (max-width: 1000px) {
  #section1 .container {
    height: 70%;
  }
  #section1 .container p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 850px) {
  #section1 .container p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 800px) {
  #section1 {
    justify-content: center;
    align-items: flex-start;
    padding: 0;
  }
  #section1 img {
    margin-left: 0;
    width: 100%;
  }
  #section1 .container {
    right: 15%;
    bottom: -12vh;
    width: 70%;
    height: 50%;
  }
  #section1 .container h1 {
    font-size: 4vw;
  }
  #section1 .container p {
    font-size: 1.8vw;
  }
  #section2 {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 700px) {
  #section1 .container {
    height: 52%;
  }
  #section1 .container h1 {
    font-size: 4.2vw;
  }
  #section1 .container p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 620px) {
  #section1 .container {
    bottom: -6vh;
  }
}
@media screen and (max-width: 560px) {
  #section1 .container {
    bottom: -3vh;
  }
  #section1 .container h1 {
    font-size: 4.4vw;
  }
  #section1 .container p {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 520px) {
  #section1 .container {
    bottom: 2rem;
    height: 65%;
  }
  #section1 .container h1 {
    font-size: 4.8vw;
  }
  #section1 .container p {
    font-size: 2.6vw;
  }
  #section2 {
    margin-top: 0;
  }
  #section2 h2 {
    font-size: 5vw;
  }
  #form .input {
    min-width: 16rem;
  }
}
@media screen and (max-width: 454px) {
  #section1 .container h1 {
    font-size: 5vw;
  }
  #section1 .container p {
    font-size: 2.8vw;
  }
  #section2 h2 {
    font-size: 4.7vw;
  }
}
@media screen and (max-width: 400px) {
  #section1 .container h1 {
    font-size: 5.3vw;
  }
  #section1 .container p {
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 350px) {
  #section1 .container {
    height: 68%;
  }
  #section1 .container h1 {
    font-size: 5.5vw;
  }
  #section1 .container p {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 335px) {
  #section1 .container h1 {
    font-size: 5.6vw;
  }
  #section1 .container p {
    font-size: 3.5vw;
  }
}
