@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
}

.attribution {
  font-size: 11px;
  text-align: center;
}

.attribution a {
  color: hsl(228, 45%, 44%);
}

h5 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
}

h3 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  padding-top: 10px;
}

p {
  font-size: 13px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 300;
  padding-top: 15px;
}

#occupation {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 300;
}

img {
  width: 30px;
  border-radius: 20px;
  border: 2px solid hsl(264, 82%, 80%);
  margin-right: 20px;
}

.person {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.testimonial-grid {
  margin: 20px;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 50em) {
  .grid-col-span-2 {
    grid-column: span 2;
  }

  .testimonial-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .testimonial_5 {
    /* grid-column-start: 3;
  grid-column-end: 5;
  or  */
    /* grid-column: span 2; */
    grid-column-start: 4;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}

.testimonial_1 {
  background-color: hsl(263, 55%, 52%);
  color: white;
  border-radius: 5px;
  padding: 30px;
}

.testimonial_2 {
  background-color: hsl(217, 19%, 35%);
  color: white;
  border-radius: 5px;
  padding: 30px;
}

.testimonial_3 {
  background-color: white;
  color: black;
  border-radius: 5px;
  padding: 30px;
}

.testimonial_4 {
  background-color: hsl(219, 29%, 14%);
  color: white;
  border-radius: 5px;
  padding: 30px;
}

.testimonial_5 {
  background-color: white;
  color: black;
  border-radius: 5px;
  padding: 30px;
}
