.ig-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.ig-link:hover {
  opacity: 0.8;
}

.ig-link img {
  width: 28px;
  height: 28px;
  display: block;
}
