.story-section .story-branch-bookings {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  margin-top: 4px;
}

.story-section .story-branch-booking {
  text-align: center;
}

.story-section .story-branch-name {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 8px;
}

.story-section .story-branch-booking .bk-no {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .story-section .story-branch-bookings {
    flex-direction: row;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
  }
}
