/* utils */
/*@function mobileLess($min, $max) {
  @return clamp($min * 1px, calc(($max - $min) * ((100vw - 375px) / (1280 - 375)) + $min * 1px), $max * 1px);
}

@function mobileMore($min, $max) {
  @return clamp($min * 1px, calc($max * 1px - ($max - $min) * ((100vw - 375px) / (1280 - 375))), $max * 1px);
}*/
section.talisman-about_marque {
  border-top: 1px solid var(--text-dark);
  border-bottom: 1px solid var(--text-dark);
  padding: 30px 0 !important;
}
section.talisman-about_marque .marque-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
section.talisman-about_marque .swiper-slide {
  line-height: 36px;
  width: auto;
  font-size: clamp(20px, 12 * (100vw - 375px) / 905 + 20px, 32px);
  font-family: var(--second-family);
}
/*# sourceMappingURL=about_marque.css.map */
