* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Barlow Semi Condensed", sans-serif;
}

body {
  background: #fff;
  height: 100vh;
}

h4, h2 {
  font-size: 1.4em;
  font-weight: 600;
  line-height: normal;
}

main .testimonials .message {
  position: relative;
  padding: 40px;
  background: #fff;
  color: #000;
  border-radius: 10px;
  box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

h2 {
  margin: 12px 0 20px 0;
}

h4 {
  font-weight: 500;
  font-size: 1.2em;
}

.bg-pattern-quotation {
  position: absolute;
  top: 0%;
  right: 15%;
  color: #fff;
  width: 125px;
  height: 125px;
  object-fit: cover;
  z-index: -1;
}

main {
  max-width: 1310px;
  margin: 3rem auto;
}
main .testimonials {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
main .testimonials .profil-section {
  display: flex;
  align-items: center;
  gap: 12px;
}
main .testimonials .box-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
main .testimonials .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .testimonials .daniel-message {
  position: relative;
  grid-column: 1/3;
  background: hsl(263, 55%, 52%);
  color: hsl(214, 17%, 92%);
  z-index: 2;
}
main .testimonials .patrick-message {
  grid-column: 2/4;
  grid-row: 2;
  background: hsl(219, 29%, 14%);
  color: hsl(214, 17%, 92%);
}
main .testimonials .kira-message {
  grid-column: 4;
  grid-row: 1/3;
  color: hsl(217, 19%, 35%);
}
main .testimonials .jonathan-message {
  background: hsl(217, 19%, 35%);
  color: hsl(214, 17%, 92%);
}
main .testimonials .jeanette-message {
  color: hsl(217, 19%, 35%);
}

@media screen and (max-width: 1440px) {
  main {
    max-width: 95%;
  }
}
@media screen and (max-width: 48em) {
  main {
    max-width: 90%;
  }
  main .testimonials {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  main .testimonials .message {
    padding: 32px;
  }
}
@media screen and (max-width: 40em) {
  .bg-pattern-quotation {
    display: none;
  }
}

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