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

header {
  margin-top: 47px;
  margin-left: 42px;
}

.menu {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #17233d;
  margin-right: 32px;
  cursor: pointer;
}

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

img {
  width: 595.18px;
  height: 500px;
  display: inline-block;
  margin-left: 121px;
  margin-top: 163px;
}

section {
  display: inline-block;
  margin-left: 85px;
  width: 493px;
}

h1 {
  font-weight: 700;
  font-size: 62px;
  line-height: 82px;
  letter-spacing: 0.596154px;
  color: #161a49;
}

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

.link-learn {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #6fbf44;
  cursor: pointer;
}

a:hover {
  opacity: 0.4;
}

button:active {
  opacity: 0.4;
}

@media screen and (max-width: 900px) {
  .menu {
    display: none;
  }
  .button-menu {
    box-sizing: border-box;
    position: absolute;
    top: 1%;
    width: 91px;
    height: 31px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    margin-left: 248px;
  }
  h1 {
    position: absolute;
    top: 124px;
    right: 55px;
    width: 278px;
    height: 60px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.596154px;
    color: #161a49;
  }

  p {
    position: absolute;
    top: 180px;
    right: 43px;
    width: 304px;
    height: 165px;
    font-size: 18px;
    line-height: 33px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #4b505a;
  }

  .link-learn {
    position: absolute;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 1px;
    color: #6fbf44;
    top: 430px;
    left: 139px;
  }

  img {
    position: absolute;
    width: 312px;
    height: 288px;
    bottom: 22px;
    right: 43px;
  }
}
