.text-preset-1 {
  font-family: "Barlow Semi Condensed";
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
}

.text-preset-1-small {
  font-family: "Barlow Semi Condensed";
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
}

.text-preset-2 {
  font-family: "Barlow Semi Condensed";
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
}

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

body {
  background-color: hsl(214, 17%, 92%);
}
@media (min-width: 1440px) {
  body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100svh;
  }
}

main {
  display: grid;
  gap: 32px;
  padding: 28px;
}
@media (min-width: 1440px) {
  main {
    width: 1200px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  main section {
    z-index: 1;
    position: relative;
  }
  main section img.pattern {
    display: block !important;
    width: 115px;
    position: absolute;
    rotate: -2deg;
    top: 0px;
    left: 350px;
    z-index: -1;
  }
  main .card-purple {
    grid-area: 1/1/2/3;
  }
  main .card-grey {
    grid-area: 1/3/2/4;
  }
  main .card-white-2 {
    grid-area: 1/4/3/5;
  }
  main .card-white-1 {
    grid-area: 2/1/3/2;
  }
  main .card-black {
    grid-area: 2/2/3/4;
  }
}
main section {
  display: flex;
  flex-direction: column;
  padding: 40px;
  background-color: hsl(224, 10%, 45%);
  border-radius: 8px;
  -webkit-box-shadow: 20px 20px 28px 0px rgba(66, 68, 90, 0.1);
  -moz-box-shadow: 20px 20px 28px 0px rgba(66, 68, 90, 0.1);
  box-shadow: 20px 20px 28px 0px rgba(66, 68, 90, 0.1);
}
main section img.pattern {
  display: none;
}
main section article {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
main section article figure {
  display: flex;
  gap: 16px;
  align-items: center;
}
main section article figure figcaption {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
main section article figure img {
  border-radius: 999px;
  width: 40px;
  border: 4px solid black;
}
main .card-purple {
  background-color: hsl(263, 55%, 52%);
  color: hsl(214, 17%, 92%);
}
main .card-purple article figure img {
  border: 2px solid hsl(264, 82%, 80%);
}
main .card-purple article figure figcaption h3 {
  color: hsl(0, 0%, 81%);
}
main .card-purple article figure figcaption p {
  color: hsl(0, 0%, 81%);
}
main .card-purple article p {
  color: hsl(0, 0%, 81%);
}
main .card-grey {
  background-color: hsl(217, 19%, 35%);
  color: hsl(0, 0%, 100%);
}
main .card-grey article figure img {
  border: 2px solid hsl(217, 19%, 35%);
}
main .card-grey article figure figcaption h3 {
  color: hsl(214, 17%, 92%);
}
main .card-grey article figure figcaption p {
  color: hsl(0, 0%, 81%);
}
main .card-grey article p {
  color: hsl(0, 0%, 81%);
}
main .card-white-1 {
  background-color: hsl(0, 0%, 100%);
  color: hsl(217, 19%, 35%);
}
main .card-white-1 article figure img {
  border: 2px solid hsl(0, 0%, 100%);
}
main .card-white-1 article figure figcaption h3 {
  color: hsl(217, 19%, 35%);
}
main .card-white-1 article figure figcaption p {
  color: hsl(217, 19%, 35%);
}
main .card-white-1 article p {
  color: hsl(217, 19%, 35%);
}
main .card-black {
  background-color: hsl(219, 29%, 14%);
  color: hsl(0, 0%, 81%);
}
main .card-black article figure img {
  border: 2px solid hsl(263, 55%, 52%);
}
main .card-black article figure figcaption h3 {
  color: hsl(214, 17%, 92%);
}
main .card-black article figure figcaption p {
  color: hsl(214, 17%, 92%);
}
main .card-black article p {
  color: hsl(0, 0%, 100%);
}
main .card-white-2 {
  background-color: hsl(0, 0%, 100%);
  color: hsl(217, 19%, 35%);
}
main .card-white-2 article figure img {
  border: 2px solid hsl(0, 0%, 100%);
}
main .card-white-2 article figure figcaption h3 {
  color: hsl(217, 19%, 35%);
}
main .card-white-2 article figure figcaption p {
  color: hsl(217, 19%, 35%);
}
main .card-white-2 article p {
  color: hsl(217, 19%, 35%);
}

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