.mask_v1_info_and_gallery_textBox__header {
  font-size: 2.0625rem;
  font-weight: 700;
  padding-bottom: 1.75rem;
  text-transform: uppercase;
}

.mask_v1_info_and_gallery__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 736px;
}

.mask_v1_info_and_gallery_textBox__desc p {
  letter-spacing: -0.24px;
  padding-bottom: 1.5625rem;
}

.mask_v1_info_and_gallery__galleryWrapper {
  padding-top: 1.375rem;
}

.mask_v1_info_and_gallery__galleryBox {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  width: 39.7894736842vw;
  min-width: 310px;
  max-width: 756px;
}

.mask_v1_info_and_gallery__galleryItem {
  height: 5rem;
  width: 10.875rem;
}

.mask_v1_info_and_gallery__galleryHeader {
  font-size: 0.875rem;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 1.75rem;
}

.mask_v1_view__container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .mask_v1_view__container {
    flex-direction: row;
    gap: 5.6875rem;
  }
  .mask_v1_info_and_gallery__galleryItem {
    height: 5rem;
    width: 10.875rem;
  }
}
@media (max-width: 767px) {
  .mask_v1_info_and_gallery__container {
    padding-top: 1.25rem;
    order: 2;
    text-align: center;
  }
  .mask_v1_info_and_gallery__galleryBox {
    width: unset;
    min-width: unset;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: unset;
    gap: 5px;
  }
  .mask_v1_info_and_gallery__galleryItem {
    min-width: 180px;
  }
}
/*# sourceMappingURL=mask_v1_info_and_gallery.css.map */