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

body {
  font-family: "Barlow Semi Condensed";
  font-size: 13px;
  background-color: hsl(214, 17%, 92%);
}
h1 {
  font-weight: 600;
  font-size: 15px;
}
.testimonials-grid {
  max-width: 1440px;
  margin: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  padding: 2rem;
}
.testimonials-grid section {
  border-radius: 10px;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.25);
  position: relative;
}
.testimonial-text blockquote {
  font-style: normal;
  line-height: 1.5;
  opacity: 0.85;
}
.feedblacks-1 {
  height: 100%;
  grid-column: 1 / span 2;
  grid-row: 1;
  border: 1px solid transparent;
  background-color: hsl(263, 55%, 52%);
  color: hsl(0, 0%, 81%);
  background-image: url(images/bg-pattern-quotation.svg);
  background-repeat: no-repeat;
  background-position: right 55px top 35px;
  background-size: auto;
  padding: 2rem;

  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.person-info-1 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.feedblacks-1 h1 {
  color: hsl(214, 17%, 92%);
}
.person-info-1 img {
  border-radius: 50%;
  border: 2px solid hsl(264, 82%, 80%);
  object-fit: cover;
}

.text-feedback-1 {
  color: hsl(0, 0%, 100%);
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  display: block;
  margin-bottom: 1rem;
}
.testimonial-text blockquote {
  font-style: normal;
  line-height: 1.5;
  opacity: 0.85;
}

.feedblacks-2 {
  height: 100%;
  grid-column: 3/ 4;
  grid-row: 1;
  border: 1px solid transparent;
  background-color: hsl(217, 19%, 35%);
  color: hsl(0, 0%, 81%);
  border-radius: 10px;
  padding: 2rem;
  gap: 1rem;
}
.feedblacks-2 h1 {
  color: hsl(0, 0%, 100%);
}
.person-info-2 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.person-info-2 img {
  border-radius: 50%;
  border: 2px solid hsl(224, 10%, 45%);
  object-fit: cover;
}
.text-feedback-2 {
  color: hsl(0, 0%, 100%);
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
}

.feedblacks-3 {
  height: 100%;
  grid-column: 1 / 2;
  grid-row: 2;
  border: 1px solid transparent;
  background-color: hsl(0, 0%, 100%);
  color: hsl(224, 10%, 45%);
  padding: 2rem 2rem 0 2rem;
  gap: 1rem;
}
.text-feedback-3 {
  color: hsl(217, 19%, 35%);
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
}
.person-info-3 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.person-info-3 img {
  border-radius: 50%;
  border: 2px solid transparent;
  object-fit: cover;
}

.feedblacks-4 {
  grid-column: 2 / span 2;
  grid-row: 2;
  border: 1px solid black;
  background-color: hsl(219, 29%, 14%);
  color: hsl(214, 17%, 92%);
  border-radius: 10px;
  padding: 2rem;
  gap: 1rem;
  height: 100%;
}
.feedblacks-4 h1 {
  color: hsl(0, 0%, 100%);
}
.person-info-4 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.person-info-4 img {
  border-radius: 50%;
  border: 2px solid hsl(264, 82%, 80%);
  object-fit: cover;
}
.text-feedback-4 {
  color: hsl(0, 0%, 81%);
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
}

.feedblacks-5 {
  height: 100%;
  grid-column: 4 / 5;
  grid-row: 1 / span 2;
  border: 1px solid transparent;
  background-color: hsl(0, 0%, 100%);
  color: hsl(224, 10%, 45%);
  border-radius: 10px;
  padding: 2rem;
  gap: 1rem;
}
.text-feedback-5 {
  color: hsl(217, 19%, 35%);
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
}
.person-info-5 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.person-info-5 img {
  border-radius: 50%;
  border: 2px solid transparent;
  object-fit: cover;
}
