:root {
  --lightBlue: #f3fbff;
}

:root {
  --lightBlue: #f3fbff;
}

.a-llm-cards,
.a-section {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .a-llm-cards,
  .a-section {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .a-llm-cards,
  .a-section {
    margin-top: 56px;
  }
}

@media only screen and (min-width: 768px) {
  .a-icon-list {
    display: grid;
    row-gap: 28px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  .a-icon-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
.a-icon-list__item {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .a-icon-list__item {
    margin-top: 0;
  }
}
.a-icon-list__icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 32px;
  background: #e9f8ff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.a-icon-list__title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.01438rem;
}
.a-icon-list__text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  color: #363943;
  margin-top: 12px;
}