.home-social {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  align-items: center;
  gap: 2rem;
  padding: 0.3rem 1.5rem 1.55rem;
}

.home-social__content {
  min-width: 0;
}

.home-social__content h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.home-social__content > p:last-of-type {
  margin-bottom: 0;
  color: var(--color-text-soft);
  line-height: 1.65;
}

.home-social__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

.home-social__logo-wrap {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 150px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.98), rgba(151, 210, 241, 0.25) 50%, transparent 74%);
}

.home-social__logo-wrap::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  height: 15px;
  border-radius: 50%;
  background: rgba(43, 80, 107, 0.14);
  filter: blur(8px);
  pointer-events: none;
}

.home-social__logo-wrap img {
  position: relative;
  z-index: 1;
  width: 145px;
  max-height: 120px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 7px 12px rgba(32, 71, 98, 0.14));
}
