
.policies-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  gap: 0.5rem;

  width: 100%;
  height: auto;

  flex: none;
  order: 5;
  align-self: stretch;
  flex-grow: 0;
}

.policies-container > h1 {
  width: 100%;
  height: auto;
  
  font-weight: 500;
  font-size: 1rem;
  line-height: 0.9rem;
  text-align: center;

  color: #9CA3AF;

  flex: none;
  order: 0;
  flex-grow: 1;
}

.policies-container p {
  width: 100%;
  height: auto;

  font-weight: 400;
  font-size: 0.8rem;
  line-height: 0.9rem;
  text-align: center;

  color: #9CA3AF;

  flex: none;
  order: 0;
  flex-grow: 1;
}

.policies-container a {
  color: #9CA3AF;
  font-weight: 900;
  text-decoration: none;
  font-size: 0.75rem;
}

.policies-container a:hover {
  color: #10B981;
  font-weight: 900;
}