.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;
  }
}
.galleryFeaturesFullWrapper {
  background-color: #F2F3F4;
  mask-image: unset;
  -webkit-mask-image: unset;
}

.galleryFeaturesFullContainer {
  overflow-x: unset;
  flex-wrap: wrap;
}

.galleryFeaturesFullItem {
  margin: 2.1875rem 0;
  background-color: #FFFFFF;
  border-right: none !important;
  justify-content: space-evenly;
  border-bottom: 3px solid #FFFFFF;
  transition: border-bottom 0.5s;
}

.galleryFeaturesFullItem__text {
  padding-left: 0.9375rem;
}

.galleryFeaturesFullItem__header {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.48px;
  color: #1B1918;
  text-align: center;
  line-height: 1;
  margin-top: -5px;
}

.galleryFeaturesDesc__title {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.625rem;
  padding-bottom: 0.625rem;
}

.galleryFeaturesDesc__desc {
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: math-auto;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .galleryFeaturesFullContainer {
    gap: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .galleryFeaturesFullWrapper {
    margin-left: calc(clamp(160px, 15.7894736842vw, 300px) + clamp(15px, 1.5789473684vw, 30px));
    height: 26.25rem;
    max-height: 420px;
    display: flex;
  }
  .galleryFeaturesFullWrapper::before {
    display: none;
  }
  .galleryFeaturesFullItem {
    width: 23%;
    max-width: 362px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0;
    padding-left: 0.9375rem;
  }
  .galleryFeaturesFullItem:hover {
    border-bottom: 3px solid var(--color-primary);
  }
  .galleryFeaturesFullItem:not(:nth-child(4n)) {
    margin-right: 1.25rem;
  }
  .galleryFeaturesFullItem__photo {
    width: unset;
    padding-left: 1.5625rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .galleryFeaturesFullItem__photo {
    height: 5rem;
  }
}
@media (min-width: 1900px) {
  .galleryFeaturesFullWrapper {
    width: calc(100% - 330px);
  }
  .galleryFeaturesFullItem {
    width: 22.9375rem;
  }
  .galleryFeaturesFullItem__photo {
    height: unset;
  }
}
@media (max-width: 767px) {
  .galleryFeaturesFullWrapper {
    mask-image: unset;
    -webkit-mask-image: unset;
  }
  .galleryFeaturesFullContainer {
    flex-direction: column;
    overflow-x: unset;
  }
  .galleryFeaturesFullItem {
    border-right: none !important;
    border-bottom: none !important;
    margin-top: 0.3125rem;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    padding-left: 0;
  }
  .galleryFeaturesFullItem:last-child {
    border-bottom: none;
    padding-right: 0;
  }
  .galleryFeaturesFullItem:not(last-child) {
    margin-bottom: 0.625rem;
  }
  .galleryFeaturesFullItem__header {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
  .galleryFeaturesFullItem__photo {
    margin-right: 0;
    width: unset;
    height: unset;
  }
  .galleryFeaturesFullItem__text {
    padding: 0 0.625rem;
  }
  .galleryFeaturesDesc__desc {
    font-size: 0.75rem;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .galleryFeaturesFullContainer {
    flex-direction: row;
  }
  .galleryFeaturesFullItem {
    width: 48%;
  }
  .galleryFeaturesFullItem:nth-child(2n+1) {
    margin-right: 0.9375rem !important;
  }
}
/*# sourceMappingURL=gallery__features--full.css.map */