.cookie-banner {
  position: fixed;
  bottom: 0;
  background: var(--bs-secondary);
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 25px;
  margin: clamp(5px, 2vw, 50px);
  right: 0;
  max-width: clamp(200px, 100vw, 600px);
  border-width: 1px;
  border-color: #fff;
  border-style: solid;
}

