.contact-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 32px;
}

.contact-links a {
  display: flex;
  flex-direction: column;
  width: max-content;
}

.contact-links small {
  color: var(--acid);
  font: 600 12px Oswald, sans-serif;
  letter-spacing: .13em;
}

.contact-links strong {
  color: #fff;
  font-size: 18px;
}

.brand-logo {
  width: 52px;
  height: 56px;
  object-fit: contain;
}

.brand-name {
  display: block;
}

.via {
  display: block;
  margin-top: 4px;
  color: #d3ad45;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: none;
}

@media (max-width: 430px) {
  .brand-logo {
    width: 40px;
    height: 45px;
  }

  .via {
    font-size: 7px;
  }
}
