@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.container-left {
  margin-top: 47px;
  margin-left: 42px;
}

.Link-menu {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.875px;
  color: #17233d;
  margin-right: 32px;
  cursor: pointer;
}

.button-sing-up {
  background: #6fbf44;
  border: 1px solid #4cb538;
  border-radius: 6px;
  width: 124px;
  height: 51px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #ffffff;
}

main {
  margin: 121px 0 0 102px;
}

.logo.image {
  margin: 163px 0 0 123px;
  display: inline-block;
}

div {
  display: inline-block;
  margin-left: 85px;
  width: 493px;
}
h1 {
  font-weight: 700;
  font-size: 62px;
  line-height: 82px;
  letter-spacing: 0.6px;
  color: #161a49;
}

p {
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0.5px;
  color: #4b505a;
  margin-top: 47px;
  margin-bottom: 55px;
}

.button-learn-more {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #6fbf44;
  cursor: pointer;
  background: transparent;
  border: none;
}

@media screen and (max-width: 900px) {
  .container-left {
    display: none;
  }

  .button-sing-up {
    display: relative;
    margin: 0 0 0 290px;
    font-size: 12px;
    line-height: 100%;
    width: 91px;
    height: 31px;
    border-radius: 6px;
    border-width: 1px;
 
}

  img {
    width: 312px;
    height: 288px;
    position: absolute;
    top: 64%;
    left: 10%;
  }

  div {
    text-align: center;
    position: relative;
    margin-top: -10%;
    left: -80%;
  }

  h1 {
    width: 278px;
    height: 60px;
    opacity: 1;
    font-weight: 700px;
    font-size: 30px;
    letter-spacing: 0.6px;
    text-align: center;
    line-height: normal;
    margin-left: 22%;
  }

  p {
    width: 304px;
    height: 165px;
    opacity: 1;
    font-weight: 400px;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0.5px;
    text-align: center;
    margin-left: 18%;
  }

  .button-learn-more {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 1px;
    height: 27px;
    opacity: 1;
    margin-left: -3%;
    margin-top: -3%;
  }
}
