.terms {
    margin-top: 25px;
    color: white !important;
    text-align: center;
}

.terms-policy a {
  color: white;
  text-decoration: none;
}

.terms-policy a:hover {
  color: #ccc; /* Color para el hover si lo deseas */
}

.terms-policy {
  display: flex;
  justify-content: center;
  align-items: center;
}
