.download-card-list {
  padding: 64px 24px;
}

.download-card-list h1 {
  font-family: Poppins, Poppins;
  font-weight: bold;
  font-size: 43px;
  color: #000000;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.download-card-list p {
  font-size: 22.5px;
  text-align: center;
  font-family: Poppins, Poppins;
  font-weight: bold;
  color: #455a64;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 24px;
}
.download-card-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 64px auto 0;
}

.download-card-list ul li {
  width: 380px;
  height: 285px;
  background: linear-gradient(314deg, #3ec6b5 0%, #a1d0ae 100%);
  box-shadow: 5px 5px 8.5px 0 #1f7a70;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.download-card-list ul li img {
  --size: 89px;
  width: var(--size);
  height: var(--size);
}
.download-card-list ul li p {
  font-size: 14px;
  font-family: Poppins, Poppins;
  font-weight: bold;
  color: #04445f;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
