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

header {
  margin: 44px 0 144px 46px;
}

.link-header {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #989d9c;
  cursor: pointer;
  margin-right: 23px;
}

.button-header {
  background: #665ae1;
  border-radius: 20.5px;
  width: 130px;
  height: 41px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}

.img-logo {
  width: 568px;
  height: 500px;
  margin-left: 125px;
  display: inline-block;
}

section {
  display: inline-block;
  margin-left: 86px;
}

h1 {
  font-weight: 900;
  font-size: 100px;
  line-height: 122px;
  color: #515151;
}

h2 {
  font-weight: 500;
  font-size: 58px;
  line-height: 71px;
  color: #515151;
}

p {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #848484;
  width: 515px;
  margin-top: 32px;
  margin-bottom: 65px;
}

.button-main {
  background: #adff00;
  border-radius: 30px;
  width: 239px;
  height: 64px;
  border: none;
  cursor: pointer;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
}

button:hover {
  opacity: 0.8;
}

button:active {
  opacity: 0.4;
}

a:hover {
  opacity: 0.8;
}

a:active {
  opacity: 0.4;
}

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

  p {
    display: none;
  }

  .img-logo {
    position: absolute;
    width: 354px;
    height: 317px;
    top: 149px;
    right: 22px;
  }

  h1 {
    position: absolute;
    width: 263px;
    height: 52px;
    font-size: 50px;
    line-height: 61px;
    margin-top: 490px;
  }

  h2 {
    position: absolute;
    margin-top: 549px;
    width: 232px;
    height: 37px;
    font-size: 30px;
    line-height: 37px;
  }

  .button-main {
    position: absolute;
    bottom: 120px;
  }
}
