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

body {
  width: 100%;
  height: 100vh;
}

.container {
  max-width: 1440px;
  height: 100vh;
  margin: 0 auto;
  padding: 24px;
}

.bg-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.container-item {
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 140px;
}
.container-item .content h1 {
  font-size: 2rem;
  color: #111B21;
  margin-bottom: 18px;
  font-weight: 400;
}
.container-item .content h4 {
  font-size: 1.2rem;
  padding-bottom: 22px;
  color: #8F9598;
  font-weight: 100;
}
.container-item .content::after {
  content: "";
  position: absolute;
  width: 89px;
  height: 8px;
  background-color: #25D366;
  border-radius: 20px;
}
.container-item a {
  display: inline-block;
  text-decoration: none;
  color: white;
  width: 229px;
  height: 54px;
  padding: 14 15 14 15;
  margin-top: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  background-color: #25D366;
  cursor: pointer;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}
.container-item a i {
  margin-right: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn:hover {
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
  -webkit-box-shadow: 0px -7px 46px rgba(37, 211, 102, 0.23), 0px -2.1103px 13.8677px rgba(37, 211, 102, 0.149865), 0px -0.876509px 5.75991px rgba(37, 211, 102, 0.115), 0px -0.317016px 2.08325px rgba(37, 211, 102, 0.0801346);
          box-shadow: 0px -7px 46px rgba(37, 211, 102, 0.23), 0px -2.1103px 13.8677px rgba(37, 211, 102, 0.149865), 0px -0.876509px 5.75991px rgba(37, 211, 102, 0.115), 0px -0.317016px 2.08325px rgba(37, 211, 102, 0.0801346);
}/*# sourceMappingURL=style.css.map */