.m-1 {
  margin: 1rem;
}

.my-1 {
  margin: 1rem;
}

.p-1 {
  padding: 1rem;
}

.py-1 {
  padding: 1rem 0;
}

.m-2 {
  margin: 2rem;
}

.my-2 {
  margin: 2rem;
}

.p-2 {
  padding: 2rem;
}

.py-2 {
  padding: 2rem 0;
}

.m-3 {
  margin: 3rem;
}

.my-3 {
  margin: 3rem;
}

.p-3 {
  padding: 3rem;
}

.py-3 {
  padding: 3rem 0;
}

.m-4 {
  margin: 4rem;
}

.my-4 {
  margin: 4rem;
}

.p-4 {
  padding: 4rem;
}

.py-4 {
  padding: 4rem 0;
}

.m-5 {
  margin: 5rem;
}

.my-5 {
  margin: 5rem;
}

.p-5 {
  padding: 5rem;
}

.py-5 {
  padding: 5rem 0;
}

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

body {
  background-color: hsl(0, 0%, 100%);
  font-family: "League Spartan", sans-serif;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2rem;
}

.container {
  width: 20.31rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 80%;
}

.reviews {
  background-color: hsl(300, 24%, 96%);
  width: 20.31rem;
  height: 3.87rem;
  border-radius: 0.286rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.56rem;
  color: hsl(300, 43%, 22%);
  font-weight: 600;
}

.product-text {
  text-align: center;
  color: hsl(303, 10%, 53%);
  padding-top: 1rem;
  padding-bottom: 2rem;
}

h1 {
  color: hsl(300, 43%, 22%);
  line-height: 1.5rem;
}

.top-mobile--bg {
  position: fixed;
  top: 0;
}

.bottom-mobile--bg {
  width: 100%;
  position: fixed;
}

.top-desktop--bg {
  display: none;
}

.bottom-desktop--bg {
  display: none;
}

.profile-pic {
  border-radius: 50%;
}

.customer-review {
  background-color: hsl(300, 43%, 22%);
  width: 20.31rem;
  height: 13.31rem;
  margin: 0.56rem;
  border-radius: 0.286rem;
  color: hsl(0, 0%, 100%);
}

.cs-one {
  margin-top: 2rem;
}

.profile-section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1.5rem;
}

.customer {
  text-align: left;
  margin-left: 0.8rem;
}

.review-name {
  font-weight: 500;
}

.review-verify {
  color: hsl(333, 80%, 67%);
}

.customer-text {
  text-align: left;
}

@media (min-width: 900px) {
  body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 6rem auto;
  }
  .top-mobile--bg {
    display: none;
  }
  .bottom-mobile--bg {
    display: none;
  }
  .top-desktop--bg {
    top: 0;
    left: 0;
    display: block;
    position: fixed;
  }
  .bottom-desktop--bg {
    right: 0;
    bottom: 0;
    display: block;
    position: fixed;
  }
  .container {
    width: 65rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .section-one {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 65rem;
  }
  .section-two {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .inter-sec--one {
    width: 25rem;
    justify-content: left;
  }
  .inter-sec-two {
    width: 30rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }
  .reviews {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 25rem;
    height: 3rem;
    padding: 0.8rem;
  }
  .margin-review-one {
    margin-left: 0;
  }
  .margin-review-two {
    margin-left: 2rem;
  }
  .margin-review-three {
    margin-left: 4rem;
  }
  .margin-text-one {
    margin-top: 0;
  }
  .margin-text-two {
    margin-top: 2rem;
  }
  .margin-text-three {
    margin-top: 4rem;
  }
  h1 {
    text-align: left;
    width: 60%;
  }
  .product-text {
    text-align: left;
  }
}/*# sourceMappingURL=styles.css.map */