.customer-styles {
  /* START article: image-gallery */
  /* END article: image-gallery */
}

.customer-styles .template_image-gallery {
  padding-top: 60px;
}

@media (min-width: 768px) {
  .customer-styles .template_image-gallery {
    padding-top: 100px;
  }
}

.customer-styles .template_image-gallery .global-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding-inline: 0;
}

@media (min-width: 768px) {
  .customer-styles .template_image-gallery .global-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .customer-styles .template_image-gallery .global-grid {
    grid-template-columns: repeat(16, minmax(0, 1fr));
    padding-inline: 5px;
  }
}

.customer-styles .template_image-gallery .content {
  grid-column: 1/7;
}

@media (min-width: 992px) {
  .customer-styles .template_image-gallery .content {
    grid-column: 3/15;
  }
}

.customer-styles .template_image-gallery .image-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .customer-styles .template_image-gallery .image-wrapper {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "image1 image1" "image2 image3";
  }
}

@media (min-width: 992px) {
  .customer-styles .template_image-gallery .image-wrapper {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 33% 58%;
    grid-template-areas: "image2 image1" "image3 image3";
  }
}

.customer-styles .template_image-gallery .image1-wrapper {
  order: 1;
  width: 100%;
  display: flex;
  justify-content: right;
}

.customer-styles .template_image-gallery .image1-wrapper.no-text .image {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .customer-styles .template_image-gallery .image1-wrapper {
    grid-area: image1;
  }
}

@media (min-width: 992px) {
  .customer-styles .template_image-gallery .image1-wrapper {
    width: auto;
    order: 2;
    max-width: 550px;
    grid-area: image1;
    justify-self: end;
  }
}

.customer-styles .template_image-gallery .image1-inner-wrapper {
  max-width: 550px;
  width: 80%;
}

@media (min-width: 768px) {
  .customer-styles .template_image-gallery .image1-inner-wrapper {
    max-width: 550px;
    width: auto;
  }
}

@media (min-width: 992px) {
  .customer-styles .template_image-gallery .image1-inner-wrapper {
    max-width: none;
  }
}

.customer-styles .template_image-gallery .image2-wrapper {
  order: 2;
  margin-top: 60px;
}

.customer-styles .template_image-gallery .image2-wrapper.no-image-1 {
  margin-top: 0;
}

.customer-styles .template_image-gallery .image2-wrapper.no-text .image {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .customer-styles .template_image-gallery .image2-wrapper {
    max-width: 310px;
    margin-top: 100px;
    grid-area: image2;
  }
}

@media (min-width: 992px) {
  .customer-styles .template_image-gallery .image2-wrapper {
    order: 1;
    margin-top: 230px;
    grid-area: image2;
  }
}

.customer-styles .template_image-gallery .image2-inner-wrapper {
  width: 63%;
}

@media (min-width: 768px) {
  .customer-styles .template_image-gallery .image2-inner-wrapper {
    width: auto;
  }
}

.customer-styles .template_image-gallery .image2-inner-wrapper .text {
  margin-left: 25px;
}

@media (min-width: 992px) {
  .customer-styles .template_image-gallery .image2-inner-wrapper .text {
    margin-left: 0;
  }
}

.customer-styles .template_image-gallery .image2-image-wrapper {
  position: relative;
}

.customer-styles .template_image-gallery .image2-image-wrapper:before {
  content: "";
  display: block;
  width: 32.26%;
  height: 35.215%;
  max-width: 100px;
  max-height: 100px;
  border: 1px solid #CB9943;
  position: absolute;
  right: -12%;
  top: -12%;
}

@media (min-width: 768px) {
  .customer-styles .template_image-gallery .image2-image-wrapper:before {
    right: -14%;
    top: -18%;
  }
}

@media (min-width: 992px) {
  .customer-styles .template_image-gallery .image2-image-wrapper:before {
    width: 32.26%;
    height: 35.215%;
    right: -14%;
    top: -18%;
  }
}

.customer-styles .template_image-gallery .image3-wrapper {
  order: 3;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-left: 25px;
  margin-right: 25px;
}

.customer-styles .template_image-gallery .image3-wrapper.no-text .image {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .customer-styles .template_image-gallery .image3-wrapper {
    width: auto;
    margin-top: 220px;
    grid-area: image3;
    justify-content: right;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .customer-styles .template_image-gallery .image3-wrapper {
    margin-top: 80px;
    width: 100%;
    justify-content: center;
    grid-area: image3;
  }
}

.customer-styles .template_image-gallery .image3-image-wrapper {
  position: relative;
}

.customer-styles .template_image-gallery .image3-image-wrapper:before {
  content: "";
  display: block;
  width: 21.6%;
  height: 20.8%;
  position: absolute;
  right: -25px;
  top: -12%;
  background-color: #CB9943;
}

@media (min-width: 768px) {
  .customer-styles .template_image-gallery .image3-image-wrapper:before {
    width: 25%;
    height: 24%;
    right: -30px;
    top: -11%;
  }
}

@media (min-width: 992px) {
  .customer-styles .template_image-gallery .image3-image-wrapper:before {
    width: 27%;
    height: 26.4%;
    right: -14%;
    top: -13%;
  }
}

.customer-styles .template_image-gallery .image3-inner-wrapper {
  max-width: 470px;
}

@media (min-width: 768px) {
  .customer-styles .template_image-gallery .image3-inner-wrapper {
    max-width: 348px;
    margin-right: 30px;
  }
}

@media (min-width: 992px) {
  .customer-styles .template_image-gallery .image3-inner-wrapper {
    max-width: 470px;
    margin-right: 0;
  }
}

.customer-styles .template_image-gallery .image {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}

.customer-styles .template_image-gallery .text {
  font-family: "Didot Italic", "Times New Roman", Times, serif;
  color: black;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.4px;
}

@media (min-width: 768px) {
  .customer-styles .template_image-gallery .text {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_image-gallery .text {
    line-height: 32px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_image-gallery .text {
    letter-spacing: 0.44px;
  }
}
