.teasericon__items {
  display: grid;
  gap: 2rem;
}

.teasericon__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: start;
  padding: 2rem;
  background-color: white;
  box-shadow: 0 0 1rem rgb(0 0 0 / 0.122);
}

.teasericon__icon {
  width: 2.5rem;
}

.teasericon__link {
  margin-block-start: auto;
}

@media (min-width: 992px) {
  .teasericon__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
