/* add 20250718 */
.p-present__content .c-list-present {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.c-list-present__item {
  width: calc(50% - 13px);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 960px) {
  .p-present__content .c-list-present {
    display: grid;
  }

  .c-list-present__item {
    width: 100%;
  }
}