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

html {
  font-size: 62.5%;
}

body {
  font-family: "Arial", sans-serif;
  background-color: #f0ece4;
}

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

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

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

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

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

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

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media (max-width: 50em) {
  .grid {
    grid-template-columns: 1fr;
  }
}
.grid img {
  border-radius: 19px;
}
@media (max-width: 50em) {
  .grid img {
    grid-row: 2/3;
  }
}
.grid__text {
  width: 80%;
  margin: 0 auto;
  padding: 10rem 0 5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.adsdsadsadsa {
  padding-top: 10rem;
}

.fsdadsfgdsf {
  padding-bottom: 10rem;
}

.cells {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 95%;
  margin: 0 auto;
  padding-bottom: 10rem;
  gap: 2rem;
}
@media (max-width: 50em) {
  .cells {
    grid-template-columns: 1fr;
  }
}
.cells img {
  border-radius: 19px;
}
.cells__cont {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

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