.galleryFeaturesFullWrapper {
  position: relative;
  -webkit-mask-image: linear-gradient(to right, black calc(100% - 80px), transparent 100%);
          mask-image: linear-gradient(to right, black calc(100% - 80px), transparent 100%);
}

.galleryFeaturesFullContainer {
  overflow-x: auto;
}

.galleryFeaturesFullItem {
  padding: 0.625rem 0;
  flex-shrink: 0;
}
.galleryFeaturesFullItem:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid var(--color-border);
}
.galleryFeaturesFullItem:last-child {
  padding-right: 40px;
}

.galleryFeaturesFullItem__photo {
  height: 40px;
  width: 40px;
  margin-right: 0.9375rem;
}

.galleryFeaturesFullItem__content {
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
}

.galleryFeaturesFullItem__header {
  font-weight: 700;
}

@media (min-width: 768px) {
  .galleryFeaturesFullWrapper::before {
    display: none;
  }
  .galleryFeaturesFullContainer {
    overflow-x: visible;
  }
  .galleryFeaturesFullItem {
    width: auto;
    flex-shrink: 1;
    padding: 0 1.5625rem;
  }
  .galleryFeaturesFullItem:not(:last-child) {
    margin-right: 0;
    padding: 0 1.5625rem;
  }
  .galleryFeaturesFullItem:last-child {
    padding: 0 1.5625rem;
  }
  .galleryFeaturesFullItem__photo {
    width: 4.0625rem;
    height: 4.0625rem;
  }
  .galleryFeaturesFullItem__content {
    font-size: 0.875rem;
    white-space: normal;
  }
}
@media (min-width: 1200px) {
  .galleryFeaturesFullItem {
    padding: 0 3.125rem;
  }
  .galleryFeaturesFullItem__photo {
    margin-right: 1.875rem;
  }
}
@media (min-width: 768px) {
  .galleryFeaturesFullItem__photo {
    height: clamp(30px, 4.2105263158vw, 80px);
    width: clamp(30px, 4.2105263158vw, 80px);
    margin-right: 0.75rem;
  }
  .galleryFeaturesFullItem:not(:last-child),
  .galleryFeaturesFullItem:not(:first-child) {
    padding: 0 clamp(20px, 2.8421052632vw, 52px);
  }
  .galleryFeaturesFullItem:last-child {
    padding: 0 clamp(20px, 1.7894736842vw, 34px) 0 clamp(20px, 2.8421052632vw, 54px);
  }
  .galleryFeaturesFullItem:first-child {
    padding: 0 clamp(20px, 2.8421052632vw, 54px) 0 clamp(8px, 1.2631578947vw, 24px);
  }
}
/*# sourceMappingURL=gallery__features--full.css.map */