@charset "UTF-8";

.tpl-card__notes--center {
  text-align: center;
}

.tpl-button.noArrow::after {
  content: none;
}
.tpl-button.noArrow:hover {
  opacity: 1 !important;
}

.galleryNote {
  padding-top: 30px;
}
.galleryNote__text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .05em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .galleryNote {
    padding-top: 10px;
  }
  .galleryNote__text {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  .trainList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 800px;
    margin-inline: auto;
  }
  .trainList .tpl-list {
    width: calc((100% - 80px) / 3);
  }
}


@media screen and (max-width: 768px) {
  .trainList .tpl-list:not(:first-child) .tpl-list__title {
      padding-top: 20px;
  }
}