.info-cards {
  margin-top: 5em;
  height: 150px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 1%;
  text-align: center;
  margin-bottom: 6em;
}

.card-img {
  min-height: 90px;
  max-height: 100px;
}

.card {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 8px;
}

.card-img {
  width: 50%;
  justify-self: center;
}

@media (max-width: 1024px) {
  .info-cards {
    margin-top: 50px;
    width: 80%;
    grid-template-columns: 2fr 2fr;
    row-gap: 1%;
    grid-column-gap: 10px;
  }
  .info-cards {
    margin-top: 700px;
    height: 100px;
    margin-bottom: 6em;
  }
  .card-img {
    width: 15%;
    justify-self: center;
    min-height: 60px;
    max-height: 90px;
  }
  .about-qacoin {
    margin-top: 400px;
  }
}

@media (min-width: 1200px) {
  .info-cards {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 1%;
  }
}
