h1, h2, h3, h4, h5,h6 {
  font-family: "poppins", sans-serif;
  font-weight: normal;
  font-weight: bold;
}
h1 {
  font-size: 96px;
  line-height: 1.5;
}
h2 {
  font-size: 64px;
}

p{
  font-family: "poppins", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.7;
}

.hero {
  background: #f9f7fe;
  text-align: center;
  padding: 160px, 20px;
}
.hero p {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  color: #272142;
}
.hero h2 {
  font-family: "poppins", sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 2;
}
.btn-button {
  background: #6c63ff;
  border-radius: 4px;
  color: white;
  font-size: 18px;
  line-height: 27px;
  padding: 15px 30px;
}
.btn-branding-outline {
  color: #6c63ff;
  border: 1px solid;
  border-radius: 4px;
  font-size: 18px;
  line-height: 27px;
  padding: 15px 30px;
}
.project-description {
  padding: 120px 60px;
}
@media (max-width: 900) {
  .project-description {
    padding: 0;
    text-align: center;
    
  }
  .hero{
    padding: 80px 20px;
  }
}
