.IconLinkItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 24px 8px;
  text-align: center;
}@media screen and (min-width: 769px) {.IconLinkItem {
    max-width: 180px;
    padding: 26px 20px;
}
  }.IconLinkItem:hover .IconLinkItem-icon {
    outline: 2px solid #ffffff;
    outline-offset: 4px;
  }

.IconLinkItem-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-size: 4.6875rem;
  background-color: var(--font-clr-primary);
  color: #ffffff;
  transition: 0.2s outline;
}

@media screen and (min-width: 769px) {

.IconLinkItem-icon {
    font-size: 5.5rem;
}
  }

.IconLinkItem-icon {
  font-size: 4.375rem;
}

.IconLinkItem-title {
  margin-top: 10px;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
}

@media screen and (min-width: 769px) {

.IconLinkItem-title {
    font-size: 1.375rem;
    font-weight: 700;
}
  }
