.contact-row .paypal-link {
  margin-top: 28px;
  padding: 18px 22px;
  border: 1px solid #b89a70;
  background: #1b1917;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: Jost, Arial, sans-serif;
  transition: background .25s ease, border-color .25s ease;
}

.contact-row .paypal-link:hover {
  background: #a77b43;
  border-color: #a77b43;
}

.paypal-link span {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .16em;
}

.paypal-link small {
  font-size: 9px;
  letter-spacing: .06em;
  opacity: .76;
  overflow-wrap: anywhere;
}

@media (max-width: 560px) {
  .contact-row .paypal-link {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
