.group--logo a {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  text-align: center;
}
.group--logo a .img-fluid {
  max-width: 200px;
}
.group--logo a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.group--logo a:hover h3 {
  text-decoration: underline;
}
.group--logo a h3 {
  margin-top: 1.3rem;
}

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