@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&display=swap");
.testimonial {
  border-radius: 8px;
  box-shadow: 40px 60px 50px -47px rgba(72, 85, 106, 0.24);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
}
.testimonial.testimonial--featured {
  background-color: #733fc8;
  color: #ffffff;
}
@media (min-width: 704px) {
  .testimonial.testimonial--featured {
    background-image: url("../../images/bg-pattern-quotation.svg");
    background-position: 69% top;
    background-repeat: no-repeat;
    grid-column: span 2;
  }
}
.testimonial.testimonial--compact-dark {
  background-color: #48556a;
  color: #ffffff;
}
.testimonial.testimonial--compact-light {
  background-color: #ffffff;
}
@media (min-width: 832px) {
  .testimonial.testimonial--compact-light {
    grid-column: 1;
  }
}
.testimonial.testimonial--extended-dark {
  background-color: #19202d;
  color: #ffffff;
}
@media (min-width: 704px) {
  .testimonial.testimonial--extended-dark {
    grid-column: span 2;
  }
}
.testimonial.testimonial--extended-light {
  background-color: #ffffff;
}
@media (min-width: 704px) {
  .testimonial.testimonial--extended-light {
    grid-column: span 2;
  }
}
@media (min-width: 832px) {
  .testimonial.testimonial--extended-light {
    grid-column: 4;
    grid-row: 1/3;
    order: 3;
  }
}
.testimonial__header {
  display: flex;
  gap: 16px;
}
.testimonial__avatar {
  border: 2px solid #a775f1;
  border-radius: 50%;
  height: 28px;
  width: 28px;
}
.testimonial__name {
  margin-bottom: 4px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
}
.testimonial__status {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
}
.testimonial__highlight {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.testimonial__description {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}

.testimonials {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 74px;
  max-width: 305px;
  width: 100%;
}
@media (min-width: 704px) {
  .testimonials {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: unset;
    padding: 32px;
  }
}
@media (min-width: 832px) {
  .testimonials {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1114px;
  }
}

body {
  align-items: center;
  background-color: #f6f5f6;
  display: flex;
  flex-direction: column;
}

footer {
  padding: 24px;
  text-align: center;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
}
@media (min-width: 640px) {
  footer {
    margin: 0 auto;
  }
}
footer a {
  color: #733fc8;
}

main {
  margin-top: auto;
}

/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

body {
  /* 3. Add accessible line-height */
  line-height: 1.5;
  /* 4. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 5. Improve media defaults */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* 6. Inherit fonts for form controls */
input,
button,
textarea,
select {
  font: inherit;
}

/* 7. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* 8. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

/*
  9. Create a root stacking context
*/
#root,
#__next {
  isolation: isolate;
}

/*# sourceMappingURL=styles.css.map */
