.footer_v2 {
  background-color: #000;
  color: #D8D8D8;
  padding: 20px 0;
  font-size: 14px;
  text-align: center;
  margin-top: 2rem;
}

.footer_v2-content {
  width: 80%;
  margin: 0 auto;
  padding: 20px 20px 0px 20px;
}

.footer_v2-logo {
  display: flex;
  justify-content: center;
  align-items: center; /* Optional: If you want to center it vertically as well */
  width: 100%;
  margin-bottom: 20px;
}

.footer_v2-logo img {
  width: 72px;
  height: 32px;
}

.footer_v2-links {
  margin-top: 10px;
  font-size: 12px;
  line-height: 2rem;
}

.footer_v2-links a {
  margin: 0 15px;
  color: #D8D8D8;
  text-decoration: none;
  font-weight: 700;
}

.footer_v2-links a:hover {
  text-decoration: underline;
  color: #e50914;
}

.footer_v2-text {
  margin-top: 20px;
  font-size: 12px;
}

.footer_v2-text p {
  margin: 5px 0;
}
.footer_v2 .footer-badge {
  height: 28px;
  object-fit: contain;
}
