@media (max-width: 576px) {
  .row:not(.no-gutters) {
    margin-right: -8px;
    margin-left: -8px;
  }
  .row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
  }
}
/* INFO */
.chisiamo-info-text {
  font-size: var(--fontSize4);
}

/* SWIPER TIMELINE */
.swiper-timeline-mobile .swiper-timeline-mobile-data {
  max-width: 50px;
  margin: 0 auto var(--space3);
}
.swiper-timeline-mobile .swiper-timeline-mobile-img {
  max-width: 100px;
  margin: var(--space2) auto 0 auto;
}

.swiper-timeline .swiper-wrapper,
.swiper-timeline .swiper-slide {
  height: auto;
}
.swiper-timeline .swiper-slide {
  width: calc(25% - 21px);
}
.swiper-timeline .swiper-slide-img,
.swiper-timeline .swiper-slide-date {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.swiper-timeline .swiper-slide-img {
  max-width: 100px;
  max-height: 100px;
}
.swiper-timeline .swiper-slide-date {
  width: 76px;
  height: 48px;
  align-items: flex-start;
}
.swiper-timeline .swiper-slide-img img,
.swiper-timeline .swiper-slide-date img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/* SWIPER TIMELINE - ITEM PARI */
.time-event-even .swiper-slide-img {
  order: 2;
  margin-top: var(--space3);
}
.time-event-even .swiper-slide-text {
  order: 1;
}
.time-event-even .swiper-slide-line {
  width: 1px;
  min-height: 32px;
  background: var(--colorAccent1);
  display: block;
  flex: 1;
  margin: var(--space3) auto;
}

/* SWIPER TIMELINE - ITEM DISPARI */
.time-event-odd {
  justify-content: flex-end;
}
.time-event-odd .swiper-slide-img {
  margin-bottom: var(--space3);
}
.time-event-odd .swiper-slide-date {
  margin-top: var(--space5);
}

/*# sourceMappingURL=acf-page-chisiamo.css.map */
