body {
  font-family: Poppins, sans-serif;
  margin-block: 15px;
}

h2,
h3,
h4,
p {
  margin: 0;
}
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: none;
}

.container {
  max-width: 1110px;
  margin: auto;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;

  ul {
    display: flex;
    gap: 29px;
    color: #2f281e;
    font-size: 14px;
    font-family: Poppins, sans-serif;
  }

  .buttons {
    display: flex;
    gap: 14px;

    button {
      font-family: Poppins, sans-serif;
      font-size: 16px;
      font-weight: 600;
      border-radius: 4px;
      height: 46px;
    }

    :first-child {
      border: 1px solid #bcd0e5;
      color: #173a56;
      width: 102px;
    }

    :last-child {
      color: #fff;
      background-color: #ff9900;
      width: 110px;
    }
  }
}

.hero {
  display: flex;
  align-items: center;
  padding-top: 30px;

  h2 {
    color: #2f281e;
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
  }

  p {
    color: #544837;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 45px;
  }

  .buttons {
    display: flex;
    gap: 30px;
    align-items: center;

    button {
      font-family: Poppins;
      font-size: 16px;
    }

    :first-child {
      font-weight: 700;
      color: #fff;
      background-color: #ff9900;
      border-radius: 4px;
      width: 175px;
      height: 53px;
    }

    :last-child {
      font-weight: 600;
      color: #ff9900;
      text-decoration: underline;
      display: flex;
      gap: 3px;

      &::before {
        content: url(images/triangle.svg);
        margin-top: 3px;
      }
    }
  }
}

.features {
  text-align: center;
  margin-bottom: 210px;

  h2 {
    max-width: 539px;
    margin: auto;
    font-weight: 700;
    font-size: 36px;
    color: #2f281e;
    margin-bottom: 54px;
    margin-top: 110px;
  }

  .powers {
    display: flex;
    text-align: left;
    justify-content: space-between;
    margin-bottom: 34px;

    li {
      max-width: 240px;

      h4 {
        font-size: 22px;
        font-weight: 600;
        color: #2f281e;
        margin-block: 30px 13px;
      }

      p {
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        color: #544837;
      }
    }
  }

  button {
    display: block;
    margin: auto;
    width: 175px;
    height: 53px;
    background-color: #ff9900;
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
  }
}

.professionals {
  display: flex;
  align-items: center;
  gap: 104px;
  margin-bottom: 101px;

  span {
    font-weight: 500;
    font-size: 16px;
    color: #544837;
  }

  h2 {
    color: #2f281e;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 22px;
    margin-top: 3px;
  }

  h2 + p {
    margin-bottom: 30px;
  }

  h3 {
    color: #2f281e;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
    margin-top: 25px;
  }

  p {
    color: #544837;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
  }
}

.managers {
  display: flex;
  gap: 100px;
  margin-bottom: 104px;
  align-items: center;

  span {
    color: #544837;
    font-weight: 500;
    font-size: 16px;
  }

  h2 {
    color: #2f281e;
    font-size: 36px;
    font-weight: 700;
    margin-top: 3px;
    margin-bottom: 22px;
  }

  p {
    color: #544837;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 30px;
  }

  ul {
    padding-left: 0;
  }

  li {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;

    &::before {
      content: url(images/check.svg);
    }
  }
}

.marketers {
  display: flex;
  align-items: center;
  gap: 82px;
  margin-bottom: 146px;

  span {
    font-weight: 500;
    font-size: 16px;
    color: #544837;
  }

  h2 {
    color: #2f281e;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 22px;
    margin-top: 3px;
  }

  h2 + p {
    margin-bottom: 30px;
  }

  h3 {
    color: #2f281e;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
    margin-top: 25px;
  }

  p {
    color: #544837;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
  }
}

.footer {
  display: flex;
  padding-top: 102px;
  align-items: flex-start;
  margin-bottom: 77px;

  > :nth-child(1) {
    margin-right: 141px;
  }

  > :nth-child(2) {
    width: 72px;
  }

  > :nth-child(3) {
    margin-left: 127px;
    margin-right: 84px;
    width: 132px;
  }

  ul {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    padding-top: 65px;

    li {
      color: #544837;
      font-weight: 400;
      font-size: 16px;
      line-height: 35px;
    }
  }

  .subscribe {
    align-self: stretch;
    margin-top: 88px;

    input {
      width: 325px;
      height: 48px;
      margin-bottom: 21px;
    }

    button {
      width: 131px;
      height: 39px;
      background-color: #ff9900;
      color: #fff;
      font-family: Poppins;
      font-size: 16px;
      font-weight: 700;
    }
  }
}
