.jtb_logo {
  display: flex !important;
  padding: 20px;
  align-items: center;
  max-width: 234px;
  width: 80%;
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 12px;
}
@media print, screen and (min-width: 768px) {
  .jtb_logo {
    max-width: 265px;
  }
}

.tour_title {
  font-size: 1.8rem !important;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
@media print, screen and (min-width: 600px) {
  .tour_title {
    font-size: 2.4rem !important;
  }
}