.module.module--social-follow .module__inner, 
.module.module--social-follow .social-follow__icons {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: calc(var(--spacing-base) * 2);
}

.module.module--social-follow .social-follow {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex: 1;
  align-items: center;
}

.module.module--social-follow .module__inner .social-follow__icon {
  width: 40px;
  height: 40px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  transition: 
    fill 300ms ease-in-out,
    color 300ms ease-in-out,
    border-color 300ms ease-in-out,
    background 300ms ease-in-out;
}

.module.module--social-follow .module__inner .social-follow__icon svg {
  max-width: 24px;
  max-height: 24px;
}

.social-follow__icons