.footer-etbis-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 22px 0 10px;
  padding: 0 16px;
}

.footer-etbis-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: auto;
  max-width: 130px;
  color: rgba(255, 255, 255, .72);
  text-align: center;
  text-decoration: none;
  transition: opacity .18s ease, transform .18s ease, filter .18s ease;
}

.footer-etbis-badge[href]:hover {
  opacity: .9;
  transform: translateY(-1px);
  filter: brightness(1.06);
}

.footer-etbis-badge img {
  display: block;
  width: 88px;
  height: 88px;
  object-fit: contain;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.footer-etbis-badge span {
  display: block;
  color: rgba(255, 255, 255, .72);
  font-size: 10px;
  font-weight: 720;
  line-height: 1.2;
  letter-spacing: .02em;
}

@media (max-width: 768px) {
  .footer-etbis-row {
    margin: 20px 0 8px;
    padding: 0;
  }

  .footer-etbis-badge img {
    width: 82px;
    height: 82px;
  }
}

@media (max-width: 420px) {
  .footer-etbis-row {
    margin-top: 18px;
  }

  .footer-etbis-badge img {
    width: 76px;
    height: 76px;
    border-radius: 6px;
  }

  .footer-etbis-badge span {
    font-size: 9px;
  }
}
