* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.content {
  width: 1000px;
}

/* TOP SEC  */

.top-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.left-section {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.left-section h1 {
  font-size: 3rem;
  color: hsl(300, 43%, 22%);
}

.left-section p {
  line-height: 1.5;
  color: hsl(303, 10%, 53%);
}

.stars span {
  background-color: hsl(300, 24%, 96%);
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 700;
  color: hsl(300, 43%, 22%);
  display: flex;
}

.stars span:nth-child(2) {
  margin-left: 30px;
}

.stars span:nth-child(3) {
  margin-left: 60px;
}

.testimonials {
  display: flex;
  gap: 25px;
  align-items: flex-start;
}

.testimonials > div {
  background-color: hsl(300, 43%, 22%);
  color: white;
  padding: 30px;
  border-radius: 10px;
  flex: 1;
}

.box2 {
  margin-top: 20px;
  margin-bottom: px;
}

.box3 {
  margin-top: 40px;
}

.testimonials img {
  width: 40px;
  border-radius: 50%;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.content {
  width: 1000px;
}

/* TOP SEC  */

.top-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.left-section {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.left-section h1 {
  font-size: 3rem;
  color: hsl(300, 43%, 22%);
}

.left-section p {
  line-height: 1.5;
  color: hsl(303, 10%, 53%);
}

.stars span {
  background-color: hsl(300, 24%, 96%);
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 700;
  color: hsl(300, 43%, 22%);
  display: flex;
}

.stars span:nth-child(2) {
  margin-left: 30px;
}

.stars span:nth-child(3) {
  margin-left: 60px;
}

.testimonials {
  display: flex;
  gap: 25px;
}

.testimonials > div {
  background-color: hsl(300, 43%, 22%);
  color: white;
  padding: 30px;
  border-radius: 10px;
  flex: 1;
}

.box2 {
  margin-top: 20px;
  margin-bottom: px;
}

.box3 {
  margin-top: 40px;
}

.testimonials img {
  width: 40px;
  border-radius: 50%;
}

.box1,
.box2,
.box3 {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.box1-content,
.box2-content,
.box3-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.testimonials h3 {
  font-size: 16px;
}

.testimonials p {
  font-size: 14px;
  line-height: 1.5;
}

.verified {
  color: hsl(333, 80%, 67%);
}
