.support {
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-border-light);
}

.support__title {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.support__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.support__item {
    display: flex;
    align-items: center;
}

.support__icon {
  color: var( --color-primary);
  margin-right: 0.5rem;
}

.support__link {
  color: #495057;
  text-decoration: none;
  white-space: nowrap;
}

.support__link:hover {
  text-decoration: underline;
  color: var( --color-primary);;
}
