@media (max-width: 640px) {
  .consent > div:last-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    justify-content: stretch;
  }

  .consent button,
  .consent .button {
    width: 100%;
    min-height: 44px;
    padding: 0 8px;
    font-size: 11px;
  }
}
