body {
  width: 100%;
  overflow-x: hidden;
  background: #f7f7f7;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.75rem;
  line-height: 4.5rem;
  color: #121212;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #121212;
}

h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #2e2e2e;
  margin-bottom: 1.75rem;
}

p {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #2e2e2e;
}

@media (max-width: 1190px) {
  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 766px) {
  h2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
