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

html {
  font-size: 62.5%;
}

body {
  font-family: "Arial", sans-serif;
}

.full__img > *,
.full__img {
  width: 100%;
  display: block;
}

.primary-heading {
  font-size: 3.2rem;
  font-weight: 700;
}

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

.tertiary-heading {
  font-size: 1.8rem;
  font-weight: 600;
}

.basic-text {
  font-size: 1.6rem;
  line-height: 1.4;
}

.add-blue {
  color: #1469d7;
}

.hero p {
  width: 80%;
  margin: 5rem auto;
  text-align: center;
}

.design h2 {
  text-align: center;
  width: 80%;
  margin: 5rem auto;
}
.design p {
  width: 80%;
  margin: 0 auto 5rem;
  text-align: center;
}

.grid__two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 5rem 0;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  gap: 2rem;
}
@media (max-width: 50em) {
  .grid__two {
    grid-template-columns: 1fr;
  }
}
.grid__two-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 50em) {
  .grid__two-text {
    grid-row: 2/3;
  }
}

.six-text {
  width: 80%;
  margin: 5rem auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.camera {
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  padding: 5rem 0;
}
.camera .basic-text {
  width: 80%;
  margin: 0 auto;
}

.bright {
  background-color: #000;
  color: #fff;
  padding-top: 10rem;
}
.bright-text {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  padding-bottom: 5rem;
}

.grid__four {
  background-color: #000;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 5rem 2rem;
  gap: 2rem;
}
@media (max-width: 56.25em) {
  .grid__four {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 37.5em) {
  .grid__four {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid__four-cell {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.eraser {
  width: 80%;
  margin: 10rem auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
.eraser img {
  padding: 2rem 0;
}

.double {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding-bottom: 5rem;
}
@media (max-width: 50em) {
  .double {
    grid-template-columns: 1fr;
  }
}
.double__cell {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

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