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

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}

header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 44px;
  margin-left: 76px;
  margin-bottom: 144px;
  color: #989d9c;
  flex-wrap: wrap;
}

.btn-login {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 41px;
  border-radius: 50px;
  color: #ffffff;
  background-color: #665ae1;
}

a {
  text-decoration: none;
  margin-left: 23px;
  color: #989d9c;
  font-weight: 600;
  font-size: 24px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: 125px;
}

.container {
  display: flex;
  flex-wrap: wrap;
}

.primary {
  display: inline;
}

.secondary {
  margin-left: 86px;
}

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

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

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

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background: #adff00;
  width: 239px;
  height: 64px;
  border-radius: 50px;
  text-align: center;
}

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

  p {
    display: none;
  }

  .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  img {
    margin: 149px auto 20px auto;
  }

  h1 {
    margin-top: 24px;
    display: block;
    margin-bottom: 7;
    font-size: 50px;
  }

  h2 {
    display: block;
    margin-bottom: 16px;
    font-size: 30px;
  }

  .secondary {
    margin-left: 0;
  }

  .btn {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 17px;
    margin-bottom: 133px;
    font-size: 28px;

    width: 239px;
    height: 64px;
  }
}
