
.gallery .intro-section-wrapper {
  padding-bottom: 0;
}
.gallery-section {
  padding: 0 15px;
  text-align: center;
  padding-top: 63px;
}
.intro-section + .gallery-section {
  margin-top: -45px;
}
.gallery-section p {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
.gallery-subsection {
/*   letter-spacing: -.5rem; */
  margin-top: 26px;


    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    
}
.gallery-subsection-item {
  display: inline-block;
  margin: 2.5px;
}

.gallery-section:last-of-type {
  padding-bottom: 100px;
}

.gallery-new-set-badge {
  position: relative;
  padding-right: 43px;
}
.gallery-new-set-badge::after {
  content: "New";
/*   color: #232323; */
  color: #ffffff;
  vertical-align: super;
/*   background-color: #e8bf41; */
  background-color: #ce163c;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  padding: 2px 6px 2px;
  border-radius: 10px;
  position: absolute;
  margin-left: 3px;
}

.gallery-button-wrapper {
  padding-top: 4px;
  margin-bottom: -9px;
}
.gallery-button-wrapper .button-element {
  margin-top: 0;
}
.gallery-note {
  font-size: 1.4rem;    
  color: #A4A4A4;
}

@media only screen and (min-width: 668px) {
  .gallery-note {
    font-size: 1.6rem;    
  }

}