.container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.container > div:nth-child(3),
.container > div:nth-child(4),
.container > div:nth-child(8),
.container > div:nth-child(9) {
  display: none;
}

.card,
.card.wide {
  aspect-ratio: auto;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.container {
  grid-template-columns: 1fr 1fr;
}

.card.wide {
  grid-column: span 1;
  aspect-ratio: 1 / 1;
}

.card {
  background-color: white;
  border-radius: 40px;
  box-shadow: 0px 0px 20px rgba(136, 136, 136, 0.3);
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  justify-content: space-between;
}

.card:first-child {
  padding: 25px 0;
}

.card .value {
  font-size: 56px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #03367b;
}

.card .value::after {
  content: attr(data-suffix);
  font-size: 0.6em;
  margin-left: 2px;
  font-weight: 900;
}

.card img {
  object-fit: contain;
}

.card:first-child img {
  width: 45.3%;
  aspect-ratio: 145 / 160;
}

.card:nth-child(2) img {
  width: 57%;
  aspect-ratio: 182 / 120;
}

.card:nth-child(5) img {
  width: 50%;
  aspect-ratio: 1 / 1;
  max-width: 160px;
}

.card:nth-child(6) img {
  width: 44%;
  aspect-ratio: 140 / 143;
}

.card:nth-child(7) img {
  width: 36.6%;
  aspect-ratio: 1 / 1;
}

.card:nth-child(10) img {
  width: 44%;
  aspect-ratio: 140 / 114;
}

.card:nth-child(11) img {
  width: 22%;
  aspect-ratio: 71 / 110;
}

.card:nth-child(12) img {
  width: 45%;
  aspect-ratio: 144 / 140;
}

.card:nth-child(13) img {
  width: 35.5%;
  aspect-ratio: 114 / 140;
}

.card:last-child img {
  width: 42.5%;
  aspect-ratio: 136 / 140;
}

.card h2 {
  text-align: left;
  margin-bottom: 5px;
  color: #03367b;
  font-size: 24px;
  font-weight: 900;
}

@media (max-width: 374px) {
  .card h2 {
    text-align: left;
    margin-bottom: 5px;
    color: #03367b;
    font-size: 6.4vw;
    font-weight: 900;
  }

  .card .value {
    font-size: 15vw;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: #03367b;
  }

  .card small {
    font-size: 4.3vw;
    margin-bottom: 5px;
  }
}

.card small {
  display: block;
  text-align: center;
}

.card:nth-child(5) {
  aspect-ratio: unset;
}

.card:nth-child(5) img {
  display: block;
  margin: 30px auto 0;
}

.card:nth-child(5) > div > div {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 0;
  justify-content: center;
  gap: 20px;
  padding: 0 5px;
}

.card:nth-child(5) h2 {
  font-size: 30px;
}

.card:nth-child(5) p {
  display: flex;
  flex-direction: column;
}

.card:nth-child(5) p {
  font-size: 24px;
  font-weight: 700;
}

.card small {
  margin-top: 5px;
}

.pie-chart {
  width: 60px;
  height: 60px;
  margin: 0 15px 0 0;
}

.job-roles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.job-roles p {
  width: 48%;
  margin: 5px 0;
}

@media (max-width: 768px) {
}

@media (max-width: 480px) {
  .container {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
  .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
  }

  .container > div:nth-child(3),
  .container > div:nth-child(4),
  .container > div:nth-child(8),
  .container > div:nth-child(9) {
    display: block;
  }

  .card.wide {
    grid-column: span 2;
    aspect-ratio: 2 / 1;
    max-width: 660px;
  }

  /* .card h2 {
    margin-top: 0;
    color: #333;
    font-size: 18px;
    text-align: center;
  } */
  /* .card .value {
    margin-bottom: 0;
    color: #0066cc;
    font-size: 24px;
    font-weight: bold;
  } */
  /* .card img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  } */

  .card:nth-child(5) {
    max-height: 320px;
    padding-bottom: 40px;
  }

  .card:nth-child(5) > div {
    display: flex;
    flex-direction: row-reverse;
    gap: 12.4%;
    width: 100%;
    max-width: 535px;
  }

  .card:nth-child(5) > div > div {
    max-width: 292px;
    column-gap: 25px;
    padding: 0;
  }

  @media (max-width: 1036px) {
    .container {
      width: 100%;
      margin: 0 -27px;
      position: relative;
      justify-content: center;
      left: calc(50% + 32px);
      transform: translateX(-50%);
    }

    .card {
      height: 30.2vw;
      width: 30.2vw;
    }

    .card.wide {
      width: calc(60.4vw);
    }

    .card h2 {
      font-size: 2.3vw;
    }

    .card .value {
      font-size: 5.4vw;
    }

    .card:nth-child(5) h2 {
      font-size: 2.9vw;
    }

    .card:nth-child(5) p {
      font-size: 2.3vw;
    }

    .card:nth-child(5) img {
      width: 24%;
      aspect-ratio: 1 / 1;
      max-width: 160px;
    }

    .card:nth-child(5) > div {
      display: flex;
      flex-direction: row-reverse;
      gap: 5%;
      width: 90%;
      max-width: 535px;
    }
  }
}
