:root {
  --lightBlue: #f3fbff;
}

:root {
  --lightBlue: #f3fbff;
}

.a-llm-cards {
  display: grid;
  grid-template-columns: minmax(320px, 360px);
  grid-gap: 48px;
  margin-top: 64px;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .a-llm-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.a-llm-card {
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.a-llm-card__image {
  max-width: 360px;
}
.a-llm-card__title {
  color: black;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 2rem;
  padding: 44px 24px;
}