* {
  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%;
}

.secondary-heading {
  font-size: 2.2rem;
  font-family: 400;
}

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

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

.props {
  width: 80%;
  margin: 5rem auto;
  background-color: #f6f6f6;
  padding: 3rem;
}
.props h1,
.props h2 {
  margin-bottom: 3rem;
  border-bottom: 3px solid #f59b00;
  width: fit-content;
  padding-bottom: 0.5rem;
}
.props__main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding-bottom: 5rem;
}
@media (max-width: 50em) {
  .props__main {
    grid-template-columns: 1fr;
  }
}
.props__main-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.props__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 50em) {
  .props__grid {
    grid-template-columns: 1fr;
  }
}
.props__grid-cell {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.props__grid-cell img {
  width: 30%;
}
@media (max-width: 31.25em) {
  .props__grid-cell img {
    width: 50%;
  }
}

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