/* Exibe o desenho completo do logo, incluindo o balão e a palavra Kevinbrinq. */
.brand {
  width: 188px;
  height: 96px;
  overflow: visible;
  flex: 0 0 188px;
}

.brand img {
  width: 220px;
  height: auto;
  left: -15px;
  top: -33px;
  object-fit: contain;
}

.brand span {
  right: 0;
  bottom: 1px;
}

.footer-brand {
  width: 188px;
  height: 96px;
  margin: 0;
}

.footer-brand img {
  width: 220px;
  left: -15px;
  top: -33px;
}

@media (max-width: 580px) {
  .brand,
  .footer-brand {
    width: 158px;
    height: 82px;
    flex-basis: 158px;
  }

  .brand img,
  .footer-brand img {
    width: 185px;
    left: -12px;
    top: -28px;
  }

  .brand span { bottom: 0; }
}
