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

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

.container {
  margin: 50px auto;
  width: 1100px;
}

.top-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.header {
  width: 50%;
}

.main-header {
  font-weight: 600;
  font-size: 65px;
  color: #502050;
  margin-bottom: 40px;
}

.main-paragraph {
  color: #937b92;
  font-size: 21px;
  margin-bottom: 20px;
  line-height: 2;
}

.rating {
  font-weight: 600;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.rating-box1 {
  background-color: #f7f2f7;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-left: -100px;
  padding: 25px 80px;
  border-radius: 10px;
}

.rating-box2 {
  background-color: #f7f2f7;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 25px 80px;
  border-radius: 10px;
  margin-left: -60px;
}
.rating-box3 {
  background-color: #f7f2f7;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 25px 80px;
  border-radius: 10px;
}

.pink {
  color: #ee68a4;
  font-weight: 400;
}

.reviews {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.review-box1 {
  background-color: #502050;
  padding: 30px;
  border-radius: 10px;
  color: white;
}
.review-box2 {
  background-color: #502050;
  padding: 30px;
  border-radius: 10px;
  color: white;
  margin-top: 30px;
}
.review-box3 {
  background-color: #502050;
  padding: 30px;
  border-radius: 10px;
  color: white;
  margin-top: 60px;
}

.customer-image {
  border-radius: 40px;
  width: 50px;
}

.author {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.review-paragraph {
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 300;
}
