.group-links .group-link-wrapper {
  flex: 0 0 32%;
  width: auto;
}

.group-link a {
  background-color: rgb(248, 246, 253);
  font-size: 1rem;
  font-weight: 500;
  padding: 16px 24px;
  border-radius: 16px;
  width: 100%;
  min-height: 88px;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 22px;
  transition: all 0.3s;
}
.group-link a:hover {
  background-color: #0A118E;
  color: white;
}

.group-link {
  margin-bottom: 16px;
  display: flex;
}

.faculty-purple .group-link a:hover {
  background-color: #8967D6;
  color: white;
}

/*# sourceMappingURL=group_link.css.map */
