.gt-keys-page__keys > div {
  display: flex;
  gap: 150px;
  margin-top: 100px;
  margin-bottom: 100px;
  flex-wrap: wrap;
  justify-content: center;
}

.gt-keys-page__keys__key-image {
  height: 300px;
  width: auto;
}

.gt-keys-page__keys__block {
  width: 300px;
}

button[id^="key-button"] {
  border: 1px solid black;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 24px;
  font-weight: 600;
}

button[id^="key-button-1"],
div[id^="keyModal-1"] .modal-content {
  background-color: #d2dcff;
}
button[id^="key-button-2"],
div[id^="keyModal-2"] .modal-content {
  background-color: #ffe0c4;
}
button[id^="key-button-3"],
div[id^="keyModal-3"] .modal-content {
  background-color: #e6d9ff;
}
button[id^="key-button-4"],
div[id^="keyModal-4"] .modal-content {
  background-color: var(--gt-color-3);
}
button[id^="key-button-5"],
div[id^="keyModal-5"] .modal-content {
  background-color: var(--gt-color-5);
}
button[id^="key-button-6"],
div[id^="keyModal-6"] .modal-content {
  background-color: #ffe2e8;
}

button[id^="key-button"]:hover {
  border: 1px solid black;
}

.gt-keys-page .modal-content {
  border-radius: 47px;
  border: solid 3px #000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 48px;
}

.gt-keys-page .modal-content h2,
.gt-keys-page .modal-content h3 {
  margin-bottom: 2rem;
}

.gt-close-button {
  border: none;
  border-radius: 50%;
  padding: with;
  width: 36px;
  height: 36px;
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 14px;
  right: 14px;
  background: none;
}

@media (max-width: 575px) {
  .gt-keys-page .modal-content {
    border-radius: 0;
    border: none;
    width: 100%;
  }
}
