.social-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 8vw;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.social-strip > p {
  margin: 0;
  color: #6f7671;
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.social-links { display: flex; align-items: center; gap: 23px; }
.social-links a { display: flex; align-items: center; gap: 7px; color: var(--ink); font-size: 10px; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.social-links svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.social-links svg .fill { fill: currentColor; stroke: none; }
.social-links a:first-child svg { fill: currentColor; stroke: none; }

.social-strip { flex-direction: column; gap: 14px; justify-content: center; padding-top: 24px; padding-bottom: 24px; text-align: center; }
.social-links { justify-content: center; }
.social-links a { min-width: 110px; justify-content: center; }
.social-links svg { width: 19px; height: 19px; }

@media (max-width: 760px) {
  .social-strip { align-items: center; gap: 14px; padding: 16px 24px; }
  .social-links { flex-wrap: wrap; gap: 13px; justify-content: flex-end; }
  .social-links a span { display: none; }
}
