.home-social {
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 0.25rem 0.15rem 1.25rem;
}

.home-social__content h2 {
  font-size: 1.35rem;
}

.home-social__actions {
  justify-content: stretch;
}

.home-social__actions .button {
  width: 100%;
}

.home-social__logo-wrap {
  min-height: 125px;
}

.home-social__logo-wrap img {
  width: 135px;
  max-height: 110px;
}
