.include__list {
  display: flex;
  justify-content: center;
  gap: 60px; }
  @media (max-width: 1099px) {
    .include__list {
      margin: 0px -16px;
      margin-top: -30px;
      gap: 25px;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      overflow-x: auto;
      overflow-y: hidden;
      overscroll-behavior-x: contain;
      scroll-snap-type: x mandatory;
      scrollbar-width: none; } }

@media (min-width: 1100px) {
  .include__item {
    opacity: 0; }
    .include__item:nth-child(1) {
      transform: translateX(200%); }
    .include__item:nth-child(2) {
      transform: translateX(100%); }
    .include__item:nth-child(3) {
      transform: translateX(-100%); }
    .include__item:nth-child(4) {
      transform: translateX(-200%); } }

@media (max-width: 1099px) {
  .include__item {
    scroll-snap-align: center;
    max-width: 170px;
    flex: 0 0 auto; }
    .include__item svg {
      max-width: 100%;
      max-height: 100%; }
    .include__item:last-child {
      margin-right: 40px; } }
