* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: sans-serif;
}
@media only screen and (max-width: 43.75em) {
  html {
    font-size: 50%;
  }
}

img,
video {
  display: block;
  width: 100%;
}

.primary-heading {
  font-size: 4rem;
  font-weight: 600;
}

.secondary-heading {
  font-size: 2.6rem;
  font-weight: 600;
}

.tertiary-heading {
  font-size: 2.2rem;
}

.basic-text {
  font-size: 1.8rem;
  line-height: 1.5;
}

.hero {
  width: 90%;
  margin: 5rem auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.info {
  width: 80%;
  margin: 5rem auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/*# sourceMappingURL=Index.css.map */
