.nca-cookiesaccept-line > div {
  @media screen and (width <= 720px) {
    flex-flow: row wrap;
    justify-content: center;
    gap: 30px;
  }
}
button#nca-cookiesaccept-line-accept-btn {
  border: none;
  background: white;
  padding: 10px;
  border-radius: 12px;
  font-weight: bold;
}