.ets_solo_social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #registration .ets_solo_social {
    justify-content: start;
  }
}
